-
Notifications
You must be signed in to change notification settings - Fork 322
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
feat: support const project online #3376
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3376 +/- ##
============================================
+ Coverage 75.77% 75.85% +0.08%
Complexity 414 414
============================================
Files 703 703
Lines 127658 127677 +19
Branches 1206 1206
============================================
+ Hits 96729 96848 +119
+ Misses 30688 30588 -100
Partials 241 241
☔ View full report in Codecov by Sentry. |
TODO check if there is: a runner requires non-empty requests, but empty request is allow |
- move the workaround to test base
TODO: support const project procedure. It is not fixed by this PR, since a request procedure requires a request table |
close #2759, #3311