Skip to content

Commit

Permalink
Use secrets to upload reports to Codecov.io (#171)
Browse files Browse the repository at this point in the history
* Use secrets to upload reports to Codecov.io
  • Loading branch information
jlenain authored Jan 22, 2025
1 parent def9cfc commit bac8691
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@ jobs:
run: |
pytest -n auto --dist loadscope --cov=nectarchain --cov-report=xml --ignore=src/nectarchain/user_scripts
- uses: codecov/codecov-action@v5
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}


docs:
Expand Down

0 comments on commit bac8691

Please sign in to comment.