Closed magicDGS closed 6 years ago
Merging #485 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #485 +/- ##
===========================================
Coverage 93.412% 93.412%
Complexity 991 991
===========================================
Files 95 95
Lines 2641 2641
Branches 284 284
===========================================
Hits 2467 2467
Misses 133 133
Partials 41 41
RTBaseTest extends BaseTest, but none of them set the locale to US-EN as the Main class does. Thus, test dependent on formatting and other locale-related classes that does not call Main might fail in other systems.
This is a temporary fix until we backport to GATK the call to force the JVM in tests to use the same locale.
Closes #483