Skip to content

Commit

Permalink
Add CODECOV_TOKEN to env for codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed Feb 2, 2024
1 parent 7597a24 commit 0eca2d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
files: ./TestSuiteBuild/lcov.info
flags: unittests
name: codecov-umbrella
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # now required for public repos
- name: Coveralls
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 0eca2d2

Please sign in to comment.