From c99c27c45bc9cd444d266c31b44a5a2ea8831113 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 04:41:34 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 7811627 (#177) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index de488f8..ca2c452 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -59,7 +59,7 @@ jobs: run: coverage run --omit="*/test*" -m pytest - name: Upload coverage to Codecov - uses: codecov/codecov-action@04adcebd9b38cae0bb0fd4a05e3497ce0bce41a0 + uses: codecov/codecov-action@78116274182c2729736ac465c39be601ea6d015e with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index da60d43..9ff9561 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -62,7 +62,7 @@ jobs: run: coverage run --omit="*/test*" -m pytest - name: Upload coverage to Codecov - uses: codecov/codecov-action@04adcebd9b38cae0bb0fd4a05e3497ce0bce41a0 + uses: codecov/codecov-action@78116274182c2729736ac465c39be601ea6d015e with: flags: unittests # optional name: coverage # optional