Closed michaelyaakoby closed 3 years ago
Merging #70 (4e3e428) into master (5e8c950) will decrease coverage by
0.08%
. The diff coverage is88.88%
.
@@ Coverage Diff @@
## master #70 +/- ##
==========================================
- Coverage 95.25% 95.17% -0.09%
==========================================
Files 28 28
Lines 1096 1098 +2
==========================================
+ Hits 1044 1045 +1
- Misses 52 53 +1
Impacted Files | Coverage Δ | |
---|---|---|
pyctuator/impl/fastapi_pyctuator.py | 99.00% <50.00%> (-1.00%) |
:arrow_down: |
pyctuator/pyctuator.py | 92.04% <100.00%> (ø) |
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 5e8c950...4e3e428. Read the comment docs.
The customizer allows for web-framework specific customiztion. For example, it can be used to add authentication to pyctuator running with FastAPI.
See #67