Closed kyle-long closed 7 years ago
@@ Coverage Diff @@
## master #102 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 72 71 -1
Lines 1991 1936 -55
=====================================
- Hits 1991 1936 -55
Impacted Files | Coverage Δ | |
---|---|---|
shelf/configure.py | 100% <ø> (ø) |
:white_check_mark: |
shelf/endpoint_decorators.py | 100% <100%> (ø) |
:white_check_mark: |
shelf/app.py | 100% <100%> (ø) |
:white_check_mark: |
shelf/routes/artifact.py | 100% <100%> (ø) |
:white_check_mark: |
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 3ce37d9...fd9b73b. Read the comment docs.
Because it was causing issues. Apparently locking needed to be done (possibly?). As it was, we would get errors with concurrent requests, although rarely.