From 9d7b447a7202eb260f08d881486267c2ecd7f85e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:49:55 +0100 Subject: [PATCH] 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](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * pylint --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oriol (ProDesk) --- .github/workflows/test.yml | 2 +- tests/test_stats.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70bda3f..59eb67d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - name: Test with tox run: tox - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: Python ${{ matrix.python-version }} fail_ci_if_error: false diff --git a/tests/test_stats.py b/tests/test_stats.py index fa940fa..d535adf 100644 --- a/tests/test_stats.py +++ b/tests/test_stats.py @@ -1,4 +1,4 @@ -# pylint: disable=redefined-outer-name, no-self-use +# pylint: disable=redefined-outer-name, no-self-use, too-many-positional-arguments """Test the stats module.""" import numpy as np import pytest