Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #677 +/- ##
==========================================
+ Coverage 87.51% 87.57% +0.06%
==========================================
Files 58 58
Lines 10266 10265 -1
==========================================
+ Hits 8984 8990 +6
+ Misses 1282 1275 -7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
That is a bit problematic for us as we have a .pre-commi-config.yaml already in .gitHub - but I guess it's a good call, we can move it |
@potiuk This PR stops auto-discovery of the .pre-commit-config.yaml file in hidden directories. Having it there makes the directory a project, but that doesn’t seem right for something like .github, does it? I think it’s always used with the -c option, so this PR won’t affect that. |
No worries. I already moved it. We do want this check to be run at Now with monorepo support we want to run it automatically on |
No description provided.