Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,9 @@ jobs:
files: ./coverage/lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
# Works around intermittent "Can't check signature: No public key"
# failures on the action's default GPG-verified CLI download (see
# codecov/codecov-action#1955 for the same class of issue). Installs
# the CLI from PyPI instead, which skips that verification -- an
# availability fix, not a security-neutral one.
use_pypi: true