-
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
tests: ts2: adapt fuzzer #7324
tests: ts2: adapt fuzzer #7324
Conversation
d7fefe8
to
bbc1db0
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #7324 +/- ##
=============================================
- Coverage 29.34% 18.64% -10.71%
Complexity 2012 2012
=============================================
Files 1198 928 -270
Lines 147045 118052 -28993
Branches 2889 2889
=============================================
- Hits 43156 22009 -21147
+ Misses 102188 94342 -7846
Partials 1701 1701
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
923d2d8
to
5351795
Compare
73db534
to
8f3e8ed
Compare
0640510
to
95a58bb
Compare
6dbe794
to
579edcd
Compare
73cbf68
to
0eecd94
Compare
18b0866
to
326a39d
Compare
dbf756d
to
8895d41
Compare
The old version should be deleted at the same time as the old endpoints.
One difference compared to the v1 is that we don't ignore any error, we don't ignore when the path doesn't exist or when the margins are impossible. It's not necessarily a problem (we don't risk ignoring an actual issue), but we need to filter through the results manually. And we can't run the script directly in the test suite anymore.