Skip to content
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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

bitfriend
Copy link
Contributor

@bitfriend bitfriend commented Feb 6, 2025

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.

Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.90%. Comparing base (3495cab) to head (294975d).

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.
📢 Have feedback on the report? Share it here.

@bitfriend bitfriend marked this pull request as ready for review February 19, 2025 11:27
@bitfriend bitfriend requested a review from a team as a code owner February 19, 2025 11:27
@bitfriend bitfriend requested review from andybalaam and removed request for a team February 19, 2025 11:27
Copy link
Member

@andybalaam andybalaam left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants