Browse Source
use codecov token for coverage uploads #nolog
pull/1331/head
Miguel Grinberg
11 months ago
Failed to extract signature
1 changed files with
1 additions and
0 deletions
-
.github/workflows/tests.yml
|
|
@ -44,3 +44,4 @@ jobs: |
|
|
|
with: |
|
|
|
files: ./coverage.xml |
|
|
|
fail_ci_if_error: true |
|
|
|
token: ${{ secrets.CODECOV_TOKEN }} |
|
|
|