Skip to content

Commit

Permalink
ci: missed coverage report flags
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed Apr 11, 2022
1 parent ee51f83 commit a68aeca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@ jobs:
with:
go-version: ${{ matrix.go }}
- run: go test -race
if: ${{ ! matrix.coverage }}
- run: go test -race -covermode=atomic -coverprofile=coverage.txt
if: matrix.coverage
- uses: codecov/codecov-action@v2
if: matrix.coverage

0 comments on commit a68aeca

Please sign in to comment.