Skip to content

Commit

Permalink
FIX: Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Nov 6, 2024
1 parent 873d761 commit 0faa237
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
shell: bash
working-directory: mne-python
- name: Run pytest
run: pytest mne_gui_addons
run: pytest mne_gui_addons --cov-report=xml
- name: Upload coverage stats to codecov
uses: codecov/codecov-action@v4
with:
token: ebcd818a-7a71-470d-b667-7cd9c3003c7d
if: success() || failure()

0 comments on commit 0faa237

Please sign in to comment.