Closed chriskilding closed 6 years ago
Merging #31 into master will increase coverage by
0.09%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #31 +/- ##
===========================================
+ Coverage 96.8% 96.9% +0.09%
- Complexity 34 35 +1
===========================================
Files 8 8
Lines 94 97 +3
Branches 1 1
===========================================
+ Hits 91 94 +3
Partials 3 3
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...om/github/loadtest4j/drivers/gatling/Gatling.scala | 100% <100%> (ø) |
13 <2> (+1) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 2e9d7dc...631b4c9. Read the comment docs.
Remove as much System.out direct logging as possible.
Fixes #30