-
-
Notifications
You must be signed in to change notification settings - Fork 31
Grcov is not working with codecov #3
Comments
Hey! Generated file does not has the
Here, You should also check if the Docker container has an access to the Also, I'm strongly suggest you to immediately revoke the token, which is hardcoded in the workflow file right now, generate a new token and store it as an Action secret instead; codecov Action page has an example of how to use secrets |
@svartalf First of all, thank you so much for such a fast reply! It contains two shell scripts, one listing all files in Regarding Docker access to Regarding the token, thanks for pointing it out. Of course, I'll re-generate it and put in secrets, it should not have been made public. |
Ok, so @svartalf, it seems like you were right regarding the accesses. I modified the script so I'm copying the file from However, the last problem remains - Still, here are some bugs in this plugin:
@svartalf Thank you once again for your assistance! |
Well, considering that project crates found properly and the corresponding
my guess is that
|
@svartalf you were right again! Removing the line
|
I consider the current behavior with the |
Works fine: #141 (#141 (comment)) |
Hi!
Maybe I'm doing something wrong, but I spend a few hours trying to make it working, unfortunately without any luck. I don't have any errors - everything passes successfully. Could I ask you to confirm if this is a bug?
My repo's GitHub action config is here: https://github.com/luna/basegl/blob/master/.github/workflows/build.yml
And the build results are here:
https://github.com/luna/basegl/actions
As you can see, the coverage file gets generated and gets successfully passed to actions-rs/grcov. The codecov token is correct as well, however, codecov does not display any results and no errors are reported anywhere :( I'd be thankful for any hint here!
The text was updated successfully, but these errors were encountered: