Skip to content

Commit 160228a

Browse files
fix: add CodeCov token to python-package.yml (#62)
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Angad <66992519+ThirdEyeSqueegee@users.noreply.github.com>
1 parent c2107d7 commit 160228a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ jobs:
4444
pytest test/unit/
4545
- name: Upload coverage to Codecov
4646
uses: codecov/codecov-action@v5
47+
env:
48+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)