-
Notifications
You must be signed in to change notification settings - Fork 145
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
Case template endpoint #375
base: main
Are you sure you want to change the base?
Conversation
fb6b178
to
130d288
Compare
I am struggling with signing the commits given the multiple github accounts and ssh keys I have on this laptop. Will try again later. |
130d288
to
9d7c45e
Compare
Ready for review |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #375 +/- ##
==========================================
+ Coverage 92.94% 93.13% +0.19%
==========================================
Files 27 28 +1
Lines 751 772 +21
==========================================
+ Hits 698 719 +21
Misses 53 53 ☔ View full report in Codecov by Sentry. |
stages: [pre-push] |
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.
pre-commit run --all-files
triggers hook id 'ci-checks' uses deprecated stage names (push) which will be removed in a future version. run: 'pre-commit migrate-config' to automatically fix this.
running pre-commit migrate-config
makes this modification to the pre-commit yaml
No description provided.