Skip to content

Commit

Permalink
Update codecov GHA config (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekenstam authored Jun 19, 2024
1 parent a68f911 commit be2b0af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
id: go
- uses: actions/checkout@v4
- run: make build
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
file: ./coverage.txt # optional
flags: unittests # optional
fail_ci_if_error: true # optional (default = false)
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit be2b0af

Please sign in to comment.