Skip to content

Commit

Permalink
Merge pull request #146 from eclipse-thingweb/add-codecov-token
Browse files Browse the repository at this point in the history
ci: add missing codecov token for code coverage determination
  • Loading branch information
JKRhb authored May 20, 2024
2 parents dc37e55 + 13f6818 commit 48d3667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/lcov.info
name: Upload to codecov.io
verbose: true

0 comments on commit 48d3667

Please sign in to comment.