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
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
The 4 crates should appear in the coverage report but 1 is ignored. The crate that is ignored is the first one, fantoch, which has the same name as the repository.
To make sure that's not a coincidence, I've created a repository named test with the same content as fantoch and now all the 4 crates appear in the coverage report.
I forgot to mention that a few days ago I was running CI in Travis, using both grcov and coveralls (exactly like this), and all the 4 crates were present in the coverage report.
Description
I have a repository with a workspace containing 4 crates.
Expected behavior
The 4 crates should appear in the coverage report but 1 is ignored. The crate that is ignored is the first one, fantoch, which has the same name as the repository.
To make sure that's not a coincidence, I've created a repository named test with the same content as fantoch and now all the 4 crates appear in the coverage report.
grcov.yml
Further considerations
I have also tried
0.2-proto
in this branch (it was suggested in #51 for a different issue), but the problem still occurs.While typing I started wondering if the issue is in
coverallsapp/github-action@master
and not in this action.The text was updated successfully, but these errors were encountered: