Closed Lycopersicum closed 6 years ago
Triggering travis
Merging #70 into master-rest will increase coverage by
1.89%
. The diff coverage is87.57%
.
@@ Coverage Diff @@
## master-rest #70 +/- ##
===============================================
+ Coverage 80.83% 82.72% +1.89%
===============================================
Files 13 14 +1
Lines 1080 1378 +298
===============================================
+ Hits 873 1140 +267
- Misses 207 238 +31
Flag | Coverage Δ | |
---|---|---|
#regular | 59.57% <6.66%> (-14.69%) |
:arrow_down: |
#secure | 41% <86.66%> (+15.35%) |
:arrow_up: |
Impacted Files | Coverage Δ | |
---|---|---|
examples/rest-server/rest-core-types.c | 84.25% <66.66%> (ø) |
:arrow_up: |
examples/rest-server/restserver.c | 76.5% <76.47%> (-0.15%) |
:arrow_down: |
examples/rest-server/settings.c | 80% <84.54%> (+5%) |
:arrow_up: |
examples/rest-server/rest-authentication.c | 90.18% <90.18%> (ø) |
|
examples/rest-server/security.c | 91.17% <91.89%> (+6.32%) |
:arrow_up: |
examples/rest-server/rest-list.c | 85.36% <0%> (+9.75%) |
: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 fa3b9e9...d4cc46b. Read the comment docs.
Recent commits implements JWT security, before that there are HTTPS commits (same as in #66) Resolves #8