chore: scan actions with Code QL#892
Conversation
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #892 +/- ##
=======================================
Coverage 95.52% 95.52%
=======================================
Files 319 319
Lines 23014 23014
=======================================
Hits 21984 21984
Misses 1030 1030 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Please merge yourself when you are online |
Pull Request Template
Description
This PR configures Code QL to scan github actions. Similar to TheAlgorithms/Java#6309.
When merged there will be 6 warnings regarding the permissions - I will handle them.
Checklist:
cargo clippy --all -- -D warningsjust before my last commit and fixed any issue that was found.cargo fmtjust before my last commit.cargo testjust before my last commit and all tests passed.mod.rsfile within its own folder, and in any parent folder(s).DIRECTORY.mdwith the correct link.COUNTRIBUTING.mdand my code follows its guidelines.Please make sure that if there is a test that takes too long to run ( > 300ms), you
#[ignore]that ortry to optimize your code or make the test easier to run. We have this rule because we have hundreds of
tests to run; If each one of them took 300ms, we would have to wait for a long time.