Closed montymxb closed 7 years ago
Merging #340 into master will decrease coverage by
0.01%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #340 +/- ##
==========================================
- Coverage 98.69% 98.67% -0.02%
==========================================
Files 35 35
Lines 2749 3166 +417
==========================================
+ Hits 2713 3124 +411
- Misses 36 42 +6
Impacted Files | Coverage Δ | |
---|---|---|
src/Parse/HttpClients/ParseCurlHttpClient.php | 94.17% <0%> (-1.39%) |
:arrow_down: |
src/Parse/Internal/ParseRelationOperation.php | 96.36% <0%> (-0.61%) |
:arrow_down: |
src/Parse/ParsePolygon.php | 100% <0%> (ø) |
:arrow_up: |
src/Parse/HttpClients/ParseStreamHttpClient.php | 100% <0%> (ø) |
:arrow_up: |
src/Parse/Internal/RemoveOperation.php | 100% <0%> (ø) |
:arrow_up: |
src/Parse/Internal/SetOperation.php | 100% <0%> (ø) |
:arrow_up: |
src/Parse/ParseSessionStorage.php | 100% <0%> (ø) |
:arrow_up: |
src/Parse/HttpClients/ParseStream.php | 100% <0%> (ø) |
:arrow_up: |
src/Parse/ParseMemoryStorage.php | 100% <0%> (ø) |
:arrow_up: |
src/Parse/ParseSession.php | 100% <0%> (ø) |
:arrow_up: |
... and 22 more |
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 3571490...5ded30a. Read the comment docs.
Adds CONTRIBUTING link to the readme and usage of
document-check
in CONTRIBUTING.md itself.document-check
is utilized in travis to vet new changes for properly parsable documentation, which is later utilized to auto-gen our api ref.