-
Notifications
You must be signed in to change notification settings - Fork 3
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
Upgrade github actions #23
Conversation
upgrade codecov action to v4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@@ -61,7 +61,7 @@ jobs: | |||
shell: julia --project=. --color=yes {0} | |||
- uses: julia-actions/julia-runtest@v1 | |||
- uses: julia-actions/julia-processcoverage@v1 | |||
- uses: codecov/codecov-action@v2 | |||
- uses: codecov/codecov-action@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version 4 of the action requires a token, tokenless uploads are not supported anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a secret "CODECOV_TOKEN" to the repo and changed the workflow configuration.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #23 +/- ##
==========================================
+ Coverage 86.20% 87.50% +1.29%
==========================================
Files 3 3
Lines 29 32 +3
==========================================
+ Hits 25 28 +3
Misses 4 4 ☔ View full report in Codecov by Sentry. |
Thank you! |
Pull Request Test Coverage Report for Build 9870151096Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
It removes the message "The following actions uses Node.js version which is deprecated..."