Browse Source

add codecov token

pull/407/head
yedf2 3 years ago
parent
commit
62eee3f96a
  1. 1
      .github/workflows/tests.yml

1
.github/workflows/tests.yml

@ -66,6 +66,7 @@ jobs:
- name: Upload to codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.txt # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

Loading…
Cancel
Save