From 1cfe95a338eb19ed50ef522496b421db297fe3d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 18:00:23 +0000 Subject: [PATCH 1/2] Bump ruff from 0.4.4 to 0.4.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.4...v0.4.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index d35fd7d..443ee82 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,7 +5,7 @@ pytest==8.2.1 pytest-cov==5.0.0 pytest-sugar==1.0.0 pytest-timeout==2.3.1 -ruff==0.4.4 +ruff==0.4.5 tox==4.15.0 restructuredtext-lint==1.4.0 pygments==2.18.0 From e65f1d005c8fcfa4e0d8ad60f94a1c31884748ae Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Mon, 27 May 2024 20:18:26 -0400 Subject: [PATCH 2/2] Update coverage.yml --- .github/workflows/coverage.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0e83325..84320fd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -33,10 +33,11 @@ jobs: run: | tox -r -e cov - name: Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4 with: - token: ${{ secrets.CODECOV_TOKEN }} - flags: unittests - file: ./coverage.xml - name: adc_eval - fail_ci_if_error: true + fail_ci_if_error: true # optional (default = false) + files: ./coverage.xml + flags: unittests # optional + name: python-adc-eval + token: ${{ secrets.CODECOV_TOKEN }} # required + verbose: true # optional (default = false)