Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Daley <cdaley@redhat.com>
  • Loading branch information
coreydaley committed Jul 22, 2023
1 parent 66df55c commit d11e39a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
args: --timeout=5m

- name: Test
run: make test
run: go test -race --coverprofile=coverage.txt --covermode=atomic -v ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit d11e39a

Please sign in to comment.