Skip to content

Commit

Permalink
Add CodeCov token to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored and greenbonebot committed Jul 1, 2024
1 parent f22eb33 commit f07d57d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
- uses: actions/checkout@v4
- name: Calculate and upload coverage to codecov.io
uses: greenbone/actions/coverage-python@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

build-docs:
name: Build the documentation
Expand Down

0 comments on commit f07d57d

Please sign in to comment.