| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## main #55123 +/- ##
==========================================
- Coverage 88.24% 88.24% -0.01%
==========================================
Files 651 651
Lines 183856 183856
Branches 35853 35852 -1
==========================================
- Hits 162251 162245 -6
- Misses 14896 14899 +3
- Partials 6709 6712 +3 |
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #55123 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
PR-URL: #55123 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
| Back | FazBrowse Home | New Git URL |
This PR moves the coverage source map tests to their own file / fixture folders.
Why?
Currently, source map support in the test runner has a few bugs (such as...), and with the future bugfixes, additional tests will be added.
The test coverage test file is very large, the additional tests will make it even larger, so this PR moves the sourcemap tests to their own file, so it can expand healthily.