Improve GitHub Actions with composite actions#964
Improve GitHub Actions with composite actions#964GlassOfWhiskey wants to merge 1 commit intomasterfrom
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. |
85426f6 to
c89e806
Compare
This commit refactors the GitHub actions to simplify the code, separating configurations for MacOS and Ubuntu in a clearer way and reusing the Codecov-related steps.
c89e806 to
7ff9a43
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #964 +/- ##
=======================================
Coverage 73.74% 73.74%
=======================================
Files 91 91
Lines 12476 12476
Branches 2185 2185
=======================================
Hits 9201 9201
Misses 2746 2746
Partials 529 529 ☔ View full report in Codecov by Sentry. |
This commit refactors the GitHub actions to simplify the code, separating configurations for MacOS and Ubuntu in a clearer way and reusing the Codecov-related steps.