Closed dslosky-usgs closed 4 years ago
Merging #526 into master will increase coverage by
0.12%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #526 +/- ##
==========================================
+ Coverage 88.96% 89.08% +0.12%
==========================================
Files 45 45
Lines 4213 4214 +1
==========================================
+ Hits 3748 3754 +6
+ Misses 465 460 -5
Impacted Files | Coverage Δ | |
---|---|---|
shakecast/app/productdownload.py | 88.67% <100.00%> (+1.66%) |
: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 91a1872...b40029d. Read the comment docs.
I implemented this fix and now I am getting the following error message: 2020-06-25 12:23:43,921: [ShakeCast Server] INFO fast_geo_json: STATUS: stopped OUTPUT: {'status': 'failed', 'log': '', 'new_events': 0, 'new_shakemaps': 0, 'error': "'NoneType' object has no attribute 'updated'", 'message': 'Check for new earthquakes'}
closes #525