-
Notifications
You must be signed in to change notification settings - Fork 653
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 によるコードカバレッジを追加 #4943
Codecov によるコードカバレッジを追加 #4943
Conversation
Codecov Report
@@ Coverage Diff @@
## 4.0 #4943 +/- ##
======================================
Coverage ? 76.14%
Complexity ? 6105
======================================
Files ? 437
Lines ? 20697
Branches ? 0
======================================
Hits ? 15759
Misses ? 4938
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
個人リポジトリでテスト中 バッジの表示は unknown ですがマージされてデータができれば問題ないかと思います。 |
GitHub Actions の設定はこちらで確認しました。 |
出ました! |
ありがとうございます!マージしました。 |
概要(Overview・Refs Issue)
従来、 Coveralls でカバレッジを計測していたが、 Travis 渋滞が発生するため活用されていない。
最近は Codecov.io が主流になってきているようなので、 Codecov によるカバレッジを追加する
方針(Policy)
実装に関する補足(Appendix)
-dmemory_limit=-1
を付与するcontinue-on-error: true
を付与して、テストがエラーになっても無視するテスト(Test)
個人リポジトリでカバレッジ計測できるのを確認 https://codecov.io/gh/nanasess/ec-cube/tree/816bc627cb4307de3105ac3a11f8634d49ceb090/src/Eccube
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目