Skip to content

Commit

Permalink
Add CODECOV_TOKEN envvar to Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Feb 18, 2021
1 parent f7472d5 commit bf3583c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -9,6 +9,8 @@ jobs:
compiler: [gcc, clang]
env:
CC: ${{ matrix.compiler }}
CODECOV_TOKEN: 'dc94d508-39d3-4369-b1c6-321749f96f7c'

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit bf3583c

Please sign in to comment.