| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## main #54935 +/- ##
=======================================
Coverage 88.06% 88.07%
=======================================
Files 651 651
Lines 183451 183451
Branches 35821 35827 +6
=======================================
+ Hits 161564 161574 +10
+ Misses 15133 15130 -3
+ Partials 6754 6747 -7 |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #54935 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
| Back | FazBrowse Home | New Git URL |
The test setup is incorrect:
In the correct setup, mustNotCall() should be invoked as mustNotCall()();. However, the test fails in this case, indicating that the import is actually successful. This PR fixes the invalid test.