You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using tarpaulin with coveralls.io. coveralls supports viewing coverage on branches. However, coverage data generated from runs on branches does not get recognized correctly:
In this scenario, I'd expect the branch name and commit message data to be submitted to coveralls correctly. Am I doing something wrong with my command invocation?
The text was updated successfully, but these errors were encountered:
It looks fine on your end so it's probably me. I'll check the coveralls API tomorrow and make sure I'm not missing out on any of the optional fields I can set in the request!
Interestingly, I just created a new branch and committed it. That seems to have been picked up as intended.
Making a second commit on this new branch also works. Perhaps, it is important to point out, that the "troubled" branch is called "dev/v0.10". Maybe that's part of the issue. Hope this helps somewhat :)
I am using tarpaulin with coveralls.io. coveralls supports viewing coverage on branches. However, coverage data generated from runs on branches does not get recognized correctly:
GitHub actions workflow
Expected outcome
In this scenario, I'd expect the branch name and commit message data to be submitted to coveralls correctly. Am I doing something wrong with my command invocation?
The text was updated successfully, but these errors were encountered: