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