Closed Caps-Looking closed 4 years ago
Merging #32 into main will increase coverage by
0.18%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #32 +/- ##
============================================
+ Coverage 98.13% 98.31% +0.18%
- Complexity 37 43 +6
============================================
Files 11 12 +1
Lines 107 119 +12
Branches 3 3
============================================
+ Hits 105 117 +12
Misses 1 1
Partials 1 1
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
src/main/kotlin/dev/fakek/FakeContext.kt | 95.45% <100.00%> (+0.45%) |
1.00 <0.00> (ø) |
|
src/main/kotlin/dev/fakek/fakes/FakeAncient.kt | 100.00% <100.00%> (ø) |
6.00 <6.00> (?) |
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 2f5cf6b...68ba962. Read the comment docs.
Closes #11
Description
Creation of a wrapper of fake ancients.
Technical Details
FakeContext
to addfakeAncient
.FakeAncient
class to provide thefakeAncient
.FakerTypeAliases
to addFakerAncient
alias.FakerContextTest
to addfakeAncient
test.FakeAncientTest
to testFakeAncient
.Code Samples
Reviewers: @CodyEngel