Skip to content

Commit

Permalink
Use secrets to upload reports to Codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Jan 22, 2025
1 parent def9cfc commit cbf4114
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 cbf4114

Please sign in to comment.