Skip to content

Commit 9d7b447

Browse files
Bump codecov/codecov-action from 4 to 5 (#68)
* Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * pylint --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oriol (ProDesk) <oriol.abril.pla@gmail.com>
1 parent 3728446 commit 9d7b447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Test with tox
2727
run: tox
2828
- name: Upload coverage to Codecov
29-
uses: codecov/codecov-action@v4
29+
uses: codecov/codecov-action@v5
3030
with:
3131
name: Python ${{ matrix.python-version }}
3232
fail_ci_if_error: false

tests/test_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pylint: disable=redefined-outer-name, no-self-use
1+
# pylint: disable=redefined-outer-name, no-self-use, too-many-positional-arguments
22
"""Test the stats module."""
33
import numpy as np
44
import pytest

0 commit comments

Comments
 (0)