Closed tzumainn closed 5 years ago
Merging #138 into master will decrease coverage by
0.02%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #138 +/- ##
==========================================
- Coverage 93.28% 93.26% -0.03%
==========================================
Files 51 51
Lines 1997 2005 +8
==========================================
+ Hits 1863 1870 +7
- Misses 134 135 +1
Impacted Files | Coverage Δ | |
---|---|---|
flocx_market/conf/manager.py | 100% <ø> (ø) |
:arrow_up: |
flocx_market/db/sqlalchemy/api.py | 95.48% <100%> (-0.48%) |
:arrow_down: |
flocx_market/manager/service.py | 74.57% <100%> (+1.84%) |
: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 a17c378...9a56024. Read the comment docs.
This PR creates the matcher periodic job. It also adjusts some 'get_all'-type queries that filter on project_id, to not filter on project_id if the context has 'is_admin=True'
Fixes #135