Skip to content

Commit

Permalink
Merge pull request #636 from ferdnyc/codecov-token
Browse files Browse the repository at this point in the history
Add CODECOV_TOKEN envvar to Github CI
  • Loading branch information
ferdnyc committed Feb 18, 2021
2 parents f7472d5 + bf3583c commit dd2735e
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 dd2735e

Please sign in to comment.