From d8210a35a8c63d3e20d429f0f945a59e65f9a6a6 Mon Sep 17 00:00:00 2001 From: Lukas Trippe Date: Mon, 26 Aug 2024 13:16:55 +0200 Subject: [PATCH 1/4] Update test.yml --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fdc245d3..d4f3b324 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -93,3 +93,5 @@ jobs: - name: Upload code coverage report if: matrix.os == 'ubuntu-latest' uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} From 9032aef81c7d9a2a3897b0a1e59dde2ff1a4d4bc Mon Sep 17 00:00:00 2001 From: Lukas Trippe Date: Mon, 26 Aug 2024 13:17:54 +0200 Subject: [PATCH 2/4] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 053c550b..77c6d9ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +ci: + autoupdate_schedule: monthly + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 From 39bbdc5786b19a09eb66aa8c39da08996523c4bd Mon Sep 17 00:00:00 2001 From: lkstrp Date: Mon, 26 Aug 2024 13:22:25 +0200 Subject: [PATCH 3/4] test: disable codecov comments --- codecov.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..69cb7601 --- /dev/null +++ b/codecov.yml @@ -0,0 +1 @@ +comment: false From eea05125a9f8db3b9de9f566ef4ebdcb8c96741e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:49:58 +0000 Subject: [PATCH 4/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 77c6d9ae..c72964d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ ci: autoupdate_schedule: monthly - + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0