Skip to content

Commit

Permalink
Fix coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Aug 21, 2023
1 parent 5676d34 commit 4392057
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/coverage.yaml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ jobs:
go-version-file: 'go.mod'

- name: Run unit tests
run: go test ./...
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4392057

Please sign in to comment.