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
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,6 @@ jobs:
flags: tests
# yml: ./codecov.yml
fail_ci_if_error: true
# cli.codecov.io のバイナリは GPG 公開鍵を取得できず署名検証が
# "No public key" で失敗するため、PyPI 版 CLI を使い検証経路を回避する
use_pypi: true
Loading