Skip to content

Commit

Permalink
fix: codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwoehrle committed Sep 29, 2022
1 parent 1161ab7 commit 969f302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
go-version: '1.18'
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 969f302

Please sign in to comment.