Skip to content

Commit

Permalink
CI: Push all versions to Codecov and artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Aug 31, 2023
1 parent 3d9a336 commit 6a6a105
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,17 @@ jobs:
with:
report_paths: 'reports/pytest-*.xml'
- name: Upload to codecov
if: ${{matrix.python-version == '3.9'}}
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
files: ./coverage.xml
flags: pytest
name: "NeuroTS-py${{ matrix.python-version }}"
name: "NeuroTS-py${{ matrix.python-version }}-${{ matrix.min_versions }}"
- name: Upload test artifacts
uses: actions/upload-artifact@v3
if: always()
with:
name: tests-${{ matrix.python-version }}
name: tests-${{ matrix.python-version }}-${{ matrix.min_versions }}
retention-days: 4
path: |
.tox/py*/tmp
Expand Down

0 comments on commit 6a6a105

Please sign in to comment.