-
-
Notifications
You must be signed in to change notification settings - Fork 31
cargo-grcov is not working with hypens #51
Comments
I am facing the same issue since having to rename by binary from |
I also facing the same issue. His PR will also solve my issue. |
I'm also facing this issue with two hypens. It seems that has been fixed here But seems that it has not been released yet. is there any date for the next release? Thanks |
Hey, everyone! I'm working on the next version of this Action, which also should fix this one issue. |
Hi @svartalf i've switched to Here it's the run Thanks :) |
Hello, everyone! :) Since I can't test this issue anymore, if it's fixed for the others, it's fine for me. If it should happen again, I will reopen this issue. Thanks for your fix, @svartalf! :) |
I tried the 0.2proto branch and it worked fine. |
Hello, has any progress been made on this issue ? What's the status of 0.2 ? |
Do the checklist before filing an issue:
actions-rs
Actions? If not, use GitHub Community forum to ask questions about Actions in a whole: https://github.communityDescription
When I run the
cargo-grcov
action, I need to replace hypens with underscores in order to make it work. Unfortunately, if another subcrate is added, changing hypens to underscores break its compilation.Used environment
Workflow code
https://github.com/lu-zero/tree-sitter-core/blob/da91815b916a8a17fe3ef4ba63495df02e92d698/.github/workflows/tree-sitter-core.yml#L116
Action output
Expected behavior
cargo-grcov
should run regardless of the hypens present in a crate name.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: