0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【CircleCI】CIは成功表示なのにカバレッジが反映されなかった問題への対処【Codecov】

Posted at

TL;DR

  • tokenの設定が失敗していたためこの問題が発生していた
    • 設定方法によってはCircleCICodecovへのアップロードが失敗しても成功表示になる
  • tokenを正確に設定しなおした所問題が解決した

状況

Codecovを設定したリポジトリで、CircleCIの表示は成功になっているのにカバレッジが反映されない状況が発生しました。
アップロードのステップを確認した所、画像のようにProvided token is not a UUID.として400エラーで失敗していました。
image.png

原因と対処

CircleCIEnvironment VariablesCodecovtokenを設定した際、誤ってtokenをダブルクォートで囲んでいたことが原因でした。
画像のように、ダブルクォートで囲まない形に修正した上でRerun workflowした所問題が解決しました。
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?