Closed Snaptags closed 4 years ago
Merging #21 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #21 +/- ##
=======================================
Coverage 93.33% 93.33%
=======================================
Files 5 5
Lines 135 135
Branches 30 30
=======================================
Hits 126 126
Misses 9 9
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 a2c6e0c...0548ebf. Read the comment docs.
@all-contributors please add @Snaptags for tests
@kentcdodds
I've put up a pull request to add @Snaptags! :tada:
:tada: This PR is included in version 2.16.11 :tada:
The release is available on:
npm package (@latest dist-tag)
Your semantic-release bot :package::rocket:
What: codegen snapshot test fails on Windows #18
Why: The test should run on "all" platforms and report the same results doing so.
How: debugging the test, normalizing path formatting
Checklist:
Using split/join to replace the path by PROJECT_ROOT is quite nice, have to remember that.