-
Notifications
You must be signed in to change notification settings - Fork 216
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
Ruby integration example #62
Comments
This is PR for this feature I'm trying to implement ShockwaveNN/pocket-sinatra-interface#68 |
I've also ran into this issue. It seems that this action does not support simplecov 0.18. I had success using 0.17 instead: See: |
@Drowze sorry for the delay here, can you point me to a build where |
@thomasrockhu I was going to point you to this old build, but it seems that it got deleted (the branch it was in was rebased and push forced). I used the same commit (with a dummy commit on top of it generate a new commit SHA) and pushed a new PR with it: Please let me know if I can help any further. |
Awesome, thanks @Drowze. We'll work on a fix for this. |
Thanks gents. I am also waiting on support for simplecov 0.18+ . I downgraded to 0.17.1 in the meantime and it works quite well. |
@phosphene @Drowze we made some changes on our side to support Simplecov 0.18+. Would you be able to see if this aligns with what you expect? |
@thomasrockhu I have the same problem with version
|
@pioz you will need path fixing Something like
Please check our community boards |
@thomasrockhu How would we configure the v2 action for Ruby? |
I've got it working here. It seems that every key is optional! |
So I trying to replace old codecov integration in my projects (which worked fine) with Github Actions integration
My
ruby.yml
file looks like this:There is no error in logs:
But after a go to codecov here:
https://codecov.io/gh/ShockwaveNN/pocket-sinatra-interface/commits
All I see this error:
Can you point out that I'm doing wrong?
The text was updated successfully, but these errors were encountered: