diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ffd82d34..8c2f71cd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -33,7 +33,7 @@ jobs: run: | tox -r -e cov - name: Codecov - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: true # optional (default = false) files: ./coverage.xml diff --git a/requirements_test.txt b/requirements_test.txt index 35b2d2bc..57f0ca02 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -ruff==0.4.5 +ruff==0.4.6 black==24.4.2 build==1.2.1 coverage==7.5.3