Skip to content

Commit

Permalink
CI: Add CodeCov token (#1109)
Browse files Browse the repository at this point in the history
* CI: Add CodeCov token

* Enable CodeCov for all Python versions
  • Loading branch information
adrien-berchet committed Feb 9, 2024
1 parent 5630294 commit b525156
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tox.yml
Expand Up @@ -28,10 +28,10 @@ jobs:
run: |
tox
- name: Upload to codecov
if: ${{matrix.python-version == '3.8'}}
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
files: ./coverage.xml
flags: pytest
name: "neurom-py38"
name: "neurom-py${{ matrix.python-version }}"
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b525156

Please sign in to comment.