-
Notifications
You must be signed in to change notification settings - Fork 4
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
(DO NOT MERGE) Test CI pipeline for PRs from forked repositories #39
Conversation
Coverage reports are now generated using grcov instead of cargo-tarpaulin as grcov (using the rust compilers instrument-coverage flag) seems to be more accurate. Additionally, the coverage report including a source code view is now deployed to GitHub pages and should be linked in the autogenerated PR comment.
…d clippy in single job
Workflow Status ReportGenerated for commit fe283d5 on Wed Dec 18 22:23:09 UTC 2024. In case of failure, clippy warnings and rustfmt changes (if any) will be indicated as CI check warnings in the file comparison view. Documentation: Download Coverage Report: Download Note: Online versions of documentation and coverage reports may not be available indefinitely, especially after the pull request was merged. Code Coverage ReportCoverage target is 80%. Click on the coverage badge to access the full coverage report including a source code view. Expand to view coverage statistics
Total coverage: 53.20% |
Just a PR to test whether PRs from forked repositories work.