Closed jimafisk closed 7 years ago
Merging #32 into develop will decrease coverage by
0.2%
. The diff coverage is28.57%
.
@@ Coverage Diff @@
## develop #32 +/- ##
==========================================
- Coverage 43.81% 43.6% -0.21%
==========================================
Files 27 30 +3
Lines 388 399 +11
==========================================
+ Hits 170 174 +4
- Misses 218 225 +7
Impacted Files | Coverage Δ | |
---|---|---|
server/graphql/index.js | 100% <ø> (ø) |
:arrow_up: |
client/constants.js | 0% <0%> (ø) |
|
client/dogs/FormPage.js | 0% <0%> (ø) |
:arrow_up: |
client/dao/DogLicensesDao.js | 78.57% <0%> (-6.05%) |
:arrow_down: |
client/queries/create-dog-licenses.js | 100% <100%> (ø) |
|
server/graphql/mutation.js | 50% <50%> (ø) |
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 ea35a59...13252a1. Read the comment docs.
This is simply starter scaffolding for the form submit and graphql mutation that will eventually update a database.