Skip to content

Commit

Permalink
Add CODECOV_TOKEN to ci.yml to fix Codecov uploads (#791)
Browse files Browse the repository at this point in the history
* Update ci.yml to add CODECOV_TOKEN

* Update .github/workflows/ci.yml

Co-authored-by: Philip Chmielowiec <[email protected]>

---------

Co-authored-by: Philip Chmielowiec <[email protected]>
  • Loading branch information
erogluorhan and philipc2 authored May 16, 2024
1 parent ed1e2ae commit 318f3f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ jobs:
python -m pytest test -v --cov=./uxarray --cov-report=xml
- name: Upload code coverage to Codecov
if: github.repository == 'UXARRAY/uxarray'
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit 318f3f6

Please sign in to comment.