-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codecovに反映されないので、なんとかしたい #277
Comments
カバレッジレポートの処理にエラーが発生しました。よくある問題は、ファイルパス や空のファイル、期限切れのレポートです。エラーを解決するためのトラブルシューティングについては、エラーリファレンス のページを参照してください。 |
github-actionsの失敗をDownloadできたので見てみると トークンの有効期限切れとある <Error>
<Code>ExpiredToken</Code>
<Message>The provided token has expired.</Message>
<Details>Request signature expired at: 2022-10-26T23:30:17+00:00</Details>
</Error> 追記これは日を置いて見ようとすると、期限切れになるっぽい(どうせtmpファイルだし、良い実装かと) |
このコミットのCI RunのCodecovステップをチェックして、正しくアップロードされていることを確認し、必要であればCIを再実行することをお勧めします。 |
Downloadを踏むと GCPのとある場所へ飛ばされる(多分tempストレージ) 多分だけどKomapperによる自動生成されたファイルが見つからないから解析できなくて落ちてる |
同じようなエラーが出ることを期待 → 出た https://docs.codecov.com/docs/fixing-paths
より
GitHub内検索で
うまくいった |
これは終わったのでcloseします(その3は別で開いています) |
概要
何を持って解決とするか
現状
Github Actions側
成功しているように見える(successって最後に書いてある)
https://github.com/sunakan/realworld-kotlin-springboot-jdbc/actions/runs/3332918767/jobs/5514339139
Codecov側
失敗しているように見える(CI Failedってある)
https://app.codecov.io/github/sunakan/realworld-kotlin-springboot-jdbc/commit/39b1998e21c9512ed6db1d48e618bab2c5a7bfa7
The text was updated successfully, but these errors were encountered: