diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ae57dd0..93181c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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()