Skip to content

Commit

Permalink
ci: remove codecov token (public repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed Nov 1, 2023
1 parent 29f19ad commit d0d6a73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: coverage.xml
flags: unittests # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit d0d6a73

Please sign in to comment.