Skip to content

Commit

Permalink
switch back to v4, to see if they fixed something
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Feb 15, 2024
1 parent 62c6788 commit 62e71e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,15 @@ jobs:
pytest --cov-report term-missing:skip-covered scripts/tests/test_bids_validate.py
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
name: scilpy-unittests-${{ github.run_id }}
verbose: true
directory: .test_reports/
fail_ci_if_error: true
root_dir: $GITHUB_WORKSPACE/scilpy/
plugin: pycoverage

- name: Upload test reports and coverage to artifacts
uses: actions/[email protected]
Expand Down

0 comments on commit 62e71e1

Please sign in to comment.