Closed grondo closed 3 months ago
Thanks! Setting MWP.
Attention: Patch coverage is 50.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 75.4%. Comparing base (
ca046b4
) to head (d46d09d
). Report is 74 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
resource/modules/resource_match.cpp | 50.0% | 1 Missing :warning: |
🚨 Try these New Features:
Problem: There are many cases in the testsuite where the Fluxion resource module is loaded alongside sched-simple for testing, but this currently fails because these two modules now conflict due to the feasibility service.
Since feasibilty is an optional service, and may soon move to a separate module anyway, make feasibility service registration optional.