Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaydubina committed Aug 22, 2024
1 parent 9e7cc1b commit 7869573
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ jobs:
go test -coverprofile=coverage.out -covermode=atomic -cover -json ./... | gotestsum --junitfile tests.xml
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
files: tests.xml
token: ${{ secrets.CODECOV_TOKEN }}
files: tests.xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out
verbose: true

0 comments on commit 7869573

Please sign in to comment.