Skip to content

Commit

Permalink
use codecov/codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Scheltienne authored Feb 5, 2024
1 parent dbad217 commit e4b4f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Run pytest
run: pytest mne_icalabel --cov=mne_icalabel --cov-report=xml --cov-config=pyproject.toml
- name: Upload to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
flags: unittests # optional
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Run pytest
run: pytest mne_icalabel --cov=mne_icalabel --cov-report=xml --cov-config=pyproject.toml
- name: Upload to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
flags: unittests # optional
Expand Down

0 comments on commit e4b4f16

Please sign in to comment.