-
Notifications
You must be signed in to change notification settings - Fork 70
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
Update action.yml #557
Update action.yml #557
Conversation
as per recent instructions for codecov token handling.
@@ -45,7 +45,9 @@ runs: | |||
run: sudo mvn -q clean install -DskipTests -Dscoverage.skip | |||
- name: Publish test coverage | |||
if: inputs.skip_tests == 'false' | |||
uses: codecov/codecov-action@v1 | |||
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.
I would move this step to the workflows, this could be a step in build_main.yml workflow.
sectrets should be resolved correctly there
moving codecov to workflows for secrets handling
codecov to workflows
temporarily commenting out R build.
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.
All looks OK to me. We'll take an action to restore the R build once the posit public package manager has come back up.
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.
Is there a reason for putting this here and not in build_main.yml
?
as per recent instructions for codecov token handling. @sllynn I will point out the thread separately.