Browse Source

try another codecov token

dependabot/go_modules/golang.org/x/net-0.33.0
yedf2 1 year ago
parent
commit
3a178caa18
  1. 11
      .github/workflows/tests.yml

11
.github/workflows/tests.yml

@ -73,10 +73,7 @@ jobs:
- name: Run test cover
run: sh helper/test-cover.sh
- 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)
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Loading…
Cancel
Save