Skip to content

Commit

Permalink
[chore] update master.yml file with codecov secret
Browse files Browse the repository at this point in the history
  • Loading branch information
synacktraa committed Sep 5, 2024
1 parent 7e23bce commit e01863f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
uses: codecov/codecov-action@v4
if: ${{ matrix.python-version == '3.11' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e01863f

Please sign in to comment.