Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
npiganeau committed Sep 17, 2021
1 parent 0c53e08 commit fc5a8fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Expand Up @@ -25,4 +25,6 @@ jobs:
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... ./...

- name: Upload Codcov
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v1
with:
files: coverage.txt

0 comments on commit fc5a8fd

Please sign in to comment.