Skip to content

Commit

Permalink
Build(deps): Bump codecov/codecov-action from 4 to 5 in the actions g…
Browse files Browse the repository at this point in the history
…roup (#26)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 68e3cd7 commit ad54755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: python -c "from mayavi import mlab; mlab.test_plot3d()"
- run: python -c "import mne; mne.datasets.testing.data_path(verbose=True)"
- run: pytest --tb=short --cov=mne_kit_gui --cov-report=xml --cov-report=html -vvv mne_kit_gui
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ebcd818a-7a71-470d-b667-7cd9c3003c7d
if: success() || failure()

0 comments on commit ad54755

Please sign in to comment.