Closed rgreinho closed 6 years ago
Merging #70 into master will decrease coverage by
0.39%
. The diff coverage is94.11%
.
@@ Coverage Diff @@
## master #70 +/- ##
=========================================
- Coverage 98.34% 97.94% -0.4%
=========================================
Files 6 6
Lines 241 243 +2
=========================================
+ Hits 237 238 +1
- Misses 4 5 +1
Impacted Files | Coverage Δ | |
---|---|---|
api/collectors/google.py | 100% <100%> (ø) |
|
api/collectors/generic.py | 100% <100%> (ø) |
|
api/collectors/yelp.py | 100% <100%> (ø) |
|
api/collectors/base.py | 100% <100%> (ø) |
|
api/celery/tasks.py | 85.29% <80%> (-2.21%) |
:arrow_down: |
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 e9a3f18...ea389e3. Read the comment docs.
Types of changes
Description
connexion
is a framework that automagically handles HTTP requests based on OpenAPI Specification. The routes and the documentation are autogenerated. Models are being validated against the specification.Checklist:
Fixes request-yo-racks/api#60