-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix test coverage #37
Fix test coverage #37
Conversation
Felixmil
commented
Jul 25, 2024
•
edited
Loading
edited
- Now explicitely pass codecov token instead of inheriting (inherit has limitations)
- Make sure version tag is always pushed
@@ -35,7 +38,7 @@ jobs: | |||
covr::to_cobertura(cov) | |||
shell: Rscript {0} | |||
|
|||
- uses: codecov/codecov-action@v4.5 | |||
- 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.
downgrade?
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.
For some reason it does not work.
+ looking for v4 will already get latest v4.x (it is a sliding tag)
+ It wasn't the issue
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.
Probably because the version is v4.5.0
But yes, v4 will get the latest 4, so all good