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. |
We don't need to run authenticated git commands.
8a65c78 to
81be266
Compare
|
I can't figure out how to get a working CI with |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1679 +/- ##
=======================================
Coverage 52.22% 52.22%
=======================================
Files 179 179
Lines 21353 21353
=======================================
Hits 11152 11152
Misses 10201 10201 ☔ View full report in Codecov by Sentry. |
| push: | ||
| branches: ["main"] | ||
| pull_request: | ||
| branches: ["*"] |
There was a problem hiding this comment.
| branches: ["*"] | |
| branches: ["**"] |
*: Matches zero or more characters, but does not match the/character. For example,Octo*matchesOctocat.
**: Matches zero or more of any character.
** is suggested here: https://woodruffw.github.io/zizmor/usage/#integration
In practice we do use branch names containing /.
No description provided.