Skip to content
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-actionをv5に更新する #716

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

bateleurX
Copy link
Contributor

dart_test actionで実行しているcodecov/codecov-actionのv5系が提供されたので、miriaで使っているワークフローもv5系に更新します。

https://github.com/codecov/codecov-action/releases/tag/v5.0.0
fileパラメータがfilesパラメータに変更されているので、この部分も変更しています。

with:
token: ${{secrets.CODECOV_TOKEN}}
file: ~/coverage/lcov.info
files: ~/coverage/lcov.info
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/codecov/codecov-action/releases/tag/v5.0.0
パラメータの変更はv5系のおそらく唯一の破壊的変更のようです

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.59%. Comparing base (cb8696b) to head (ae79a73).
Report is 1 commits behind head on develop.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #716   +/-   ##
========================================
  Coverage    27.59%   27.59%           
========================================
  Files          312      312           
  Lines        16454    16454           
========================================
  Hits          4541     4541           
  Misses       11913    11913           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants