-
Notifications
You must be signed in to change notification settings - Fork 242
feat: ignore 404 status codes #1122
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1122 +/- ##
=======================================
Coverage 86.89% 86.90%
=======================================
Files 60 61 +1
Lines 5555 5559 +4
=======================================
+ Hits 4827 4831 +4
- Misses 541 542 +1
+ Partials 187 186 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CHANGELOG.md
Outdated
|
|
||
| ## Unreleased Changes | ||
|
|
||
| ### Breaking Cahnges |
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.
| ### Breaking Cahnges | |
| ### Breaking Changes |
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.
LGTM but left some comments.
|
Flaky test? |
Description
Change the default for ignoring 404 status codes.
Issues