-
Notifications
You must be signed in to change notification settings - Fork 46
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
ci: make the commit title check more permissive #6557
Conversation
multun
commented
Feb 2, 2024
•
edited
Loading
edited
- allow underscores in module names
- use a title character blacklist instead of a whitelist
- forbid non-ascii characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #6557 +/- ##
=============================================
+ Coverage 28.01% 71.41% +43.39%
=============================================
Files 1032 189 -843
Lines 127748 24994 -102754
Branches 2603 0 -2603
=============================================
- Hits 35792 17850 -17942
+ Misses 90441 7144 -83297
+ Partials 1515 0 -1515
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f0fa6d7
to
915110a
Compare
- allow underscores in module names - use a title character blacklist instead of a whitelist - forbid non-ascii characters
915110a
to
f3e317f
Compare
also port last check of commit after OpenRailAssociation/osrd#6557
also port last check of commit after OpenRailAssociation/osrd#6557
also port last check of commit after OpenRailAssociation/osrd#6557