Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amirsalarsafaei committed Dec 26, 2024
1 parent ae5f8dc commit 7f04bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Test with Coverage
run: |
go test -race -coverprofile=coverage.txt -covermode=atomic ./...
grep -v -E "mock_.*\.go|internal/example" coverage.txt > coverage.txt
grep -v -E "mock_.*\.go|internal/example" coverage.txt > coverage.out
rm -rf coverage.txt
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 7f04bbb

Please sign in to comment.