Update breakage: use organization-wide workflow - #436
Conversation
There was a problem hiding this comment.
🟡 Not ready to approve
The updated .github/workflows/Breakage.yml file appears to have CRLF line endings, which should be normalized to LF to match repository conventions and avoid noisy diffs/tooling issues.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Review details
Suppressed comments (1)
.github/workflows/Breakage.yml:2
- This file appears to have CRLF line endings (carriage returns show up when viewing it), while the repo generally expects Unix LF line endings; please re-save/normalize this workflow to LF to avoid noisy diffs and potential tooling issues.
name: Breakage
- Files reviewed: 4/4 changed files
- Comments generated: 0 new
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #436 +/- ##
==========================================
- Coverage 99.80% 99.32% -0.48%
==========================================
Files 1084 1139 +55
Lines 12319 13548 +1229
==========================================
+ Hits 12295 13457 +1162
- Misses 24 91 +67 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Co-authored-by: Tangi Migot <tangi.migot@gmail.com>
Following JuliaSmoothOptimizers/.github#18.