From f3ea2efca10fb67939a03d40cc0148319974d229 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 11:41:55 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 894ff02 (#104) 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 8ecadfe..84bfd23 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -57,7 +57,7 @@ jobs: run: coverage run --omit="*/test*" -m pytest - name: Upload coverage to Codecov - uses: codecov/codecov-action@83bb3d021028f9dc6dbb1d70855155d0cab6e627 + uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index ef600da..1cda334 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -60,7 +60,7 @@ jobs: run: coverage run --omit="*/test*" -m pytest - name: Upload coverage to Codecov - uses: codecov/codecov-action@83bb3d021028f9dc6dbb1d70855155d0cab6e627 + uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 with: flags: unittests # optional name: coverage # optional