diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 3862f04..de488f8 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@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d + uses: codecov/codecov-action@04adcebd9b38cae0bb0fd4a05e3497ce0bce41a0 with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 94ba2ac..da60d43 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@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d + uses: codecov/codecov-action@04adcebd9b38cae0bb0fd4a05e3497ce0bce41a0 with: flags: unittests # optional name: coverage # optional