Closed chuck-sys closed 3 years ago
Merging #602 (65c15b5) into master (ff58ac3) will decrease coverage by
0.10%
. The diff coverage is95.65%
.
@@ Coverage Diff @@
## master #602 +/- ##
==========================================
- Coverage 92.91% 92.80% -0.11%
==========================================
Files 43 41 -2
Lines 2442 2155 -287
Branches 328 296 -32
==========================================
- Hits 2269 2000 -269
+ Misses 115 105 -10
+ Partials 58 50 -8
Impacted Files | Coverage Δ | |
---|---|---|
app/controller/command/commands/__init__.py | 100.00% <ø> (ø) |
|
app/model/__init__.py | 100.00% <ø> (ø) |
|
config/__init__.py | 100.00% <ø> (ø) |
|
app/controller/command/parser.py | 98.50% <90.00%> (+1.32%) |
:arrow_up: |
app/controller/command/commands/team.py | 85.47% <100.00%> (ø) |
|
app/model/user.py | 100.00% <100.00%> (ø) |
|
db/dynamodb.py | 90.55% <100.00%> (+0.04%) |
:arrow_up: |
db/facade.py | 100.00% <100.00%> (ø) |
|
interface/github.py | 96.63% <100.00%> (ø) |
|
tests/memorydb.py | 98.76% <100.00%> (+8.65%) |
:arrow_up: |
... and 1 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 ff58ac3...65c15b5. Read the comment docs.
Details
Remove unused api and everything about projects (because of some bad design decisions).