Skip to content

Commit 5b4522c

Browse files
authored
Merge pull request #38 from thecodingmachine/codecov-token
Adding CODECOV_TOKEN in CI
2 parents 72030d0 + 5f3dcbf commit 5b4522c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ jobs:
4848
with:
4949
files: './coverage.xml'
5050
fail_ci_if_error: true
51+
env:
52+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)