Closed Tomko10 closed 1 year ago
Merging #50 (819b4e1) into master (8700a51) will decrease coverage by
4.53%
. Report is 60 commits behind head on master. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #50 +/- ##
==========================================
- Coverage 88.22% 83.69% -4.53%
==========================================
Files 66 74 +8
Lines 5100 5754 +654
Branches 927 1058 +131
==========================================
+ Hits 4499 4815 +316
- Misses 411 723 +312
- Partials 190 216 +26
see 28 files with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Thx.
An exception import at the beginning of the file caused errors in test discovery. Moved the import to where it's used after the condition checking if the module containing it is installed.