-
Notifications
You must be signed in to change notification settings - Fork 269
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
Implement CI to detect long path in pushed commit #4637
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4637 +/- ##
=======================================
Coverage 85.89% 85.90%
=======================================
Files 292 292
Lines 33914 33914
=======================================
+ Hits 29131 29134 +3
+ Misses 4783 4780 -3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this!
This looks good, but the "Files changed" view shows that it adds a file that doesn't seem relevant: crates/matrix-sdk-common/src/snapshots/ci_test-matrix_sdk_common__deserialized_responses__tests__snapshot_test_algorithm_info.snap
.
Ah, and I see that is breaking CI. So probably this was deliberate, to test it works, but please now revert that part so we can merge.
Will implement file path checker in github actions CI, so that developer can find long path issue on every PR.
This proposal was from @richvdh .
This PR is a sequel to #4625.