Skip to content

Commit

Permalink
use codecov/codecov-action to submit code coverage (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 authored Aug 1, 2023
1 parent 331a0c9 commit 5ce8844
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ jobs:
- name: Test
run: go test -coverprofile=coverage.txt -v ./...
- name: Upload code coverage results
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
verbose: true

0 comments on commit 5ce8844

Please sign in to comment.