-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: unknown unstable option: profile
running coverage report workflow
#1075
Comments
The Rust flag Now we have to generate the coverage report with "source-based coverage" I don't know how to use the alekitto/[email protected] action to generate the "source-based coverage". The actions doesn't look active. I think it's not possible. I've tried to generate the report manually without using the alekitto/[email protected] action. I have generated the report with: cargo llvm-cov --lcov --output-path=./.coverage/lcov.info And then, I've tried to upload it with |
We have to change the way we generate the coverage report. I have created a sample project: codecov/codecov-action#1508 (comment) cc @da2ce7 |
The example repo: https://github.com/josecelano-test/pull_request_target |
9d8174d ci: [#1075] fix coverage report (Jose Celano) 4dd6659 ci: [#1075] remove current coverage workflow (Jose Celano) Pull request description: Fix coverage report workflow. ACKs for top commit: josecelano: ACK 9d8174d Tree-SHA512: da06fd95233b7accfff0d9e56dfd7b0beeff915696f740e146c79864af3ba8e199d54b74586444bbbeaa39bc43995a0464e2595b1fab85f3feea94960c30d08f
The new workflow only works for PRs. I have to recover the previous version for push events. |
The text was updated successfully, but these errors were encountered: