diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index d66b85550..859a41ff9 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -49,7 +49,7 @@ jobs: run: mvn --batch-mode --update-snapshots verify - name: Upload coverage to Codecov - uses: codecov/codecov-action@9b87723d6ac0be351efc7242ba5ec28fa641c77c + uses: codecov/codecov-action@ddd8c1b461b46aee6f6da1fda652cd08c78188db with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 4a19f2d0e..ad390f293 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -42,7 +42,7 @@ jobs: run: mvn --batch-mode --update-snapshots verify -P integration-test - name: Upload coverage to Codecov - uses: codecov/codecov-action@9b87723d6ac0be351efc7242ba5ec28fa641c77c + uses: codecov/codecov-action@ddd8c1b461b46aee6f6da1fda652cd08c78188db with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional