diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fcb1de7..441d4517 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,4 +118,5 @@ jobs: files: ./coverage/coverage.f.info flags: unittests name: codecov-umbrella + token: ${{ secrets.CODECOV_TOKEN }} verbose: true