-
-
Notifications
You must be signed in to change notification settings - Fork 15
Action for generating coverage reports #1
Comments
It would be nice to carry over the behavior of cargo-travis for code coverage as well as documentation publishing to gh-pages |
@garyttierney, yes, code coverage is definitely a thing to add! I had created #2 and #3 to track progress for @lucasbrendel I'm strongly against re-implementing coverage reports uploading; there are official coveralls and codecov Actions at the GH marketplace, it would be better to use them. |
@lucasbrendel yep, that's exactly an idea: our Actions will generate the report file and you can do whatever you want with it later: upload to the coveralls/codecov, convert into the .html report with genhtml or anything else. If you are interested, you can check the |
Is there any interest in getting support for an action that can generate code coverage reports? I have a simple thing here[1] based on https://github.com/xd009642/tarpaulin, but it's limited in that it only supports x86 Linux.
I've also had some success with grcov and rustc's profiling capabilities, which may work for other platforms.
I'd be willing to spend a bit of time getting this working.
[1]: example here with workflow.
The text was updated successfully, but these errors were encountered: