Skip to content

Commit

Permalink
upload codecov report on success or failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Krause committed Dec 5, 2023
1 parent e093484 commit 591d486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- name: Run coverage
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
if: success() || failure()
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 591d486

Please sign in to comment.