diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 8952dcce..dc6c11a8 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@c9e0f0b3cf5f112462339d69850c01735114b9ed + uses: codecov/codecov-action@3f71d3b2559351e4b67bb566281cc055ee038d9a with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index e835365f..0717d9cb 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@c9e0f0b3cf5f112462339d69850c01735114b9ed + uses: codecov/codecov-action@3f71d3b2559351e4b67bb566281cc055ee038d9a with: flags: unittests # optional name: coverage # optional