openmeteo / enhydris

A database with a web interface for the storage and management of hydro/meteorological measurements and time series
GNU Affero General Public License v3.0
18 stars 11 forks source link

Fix crash in chart api when some sample values are null (fixes #365) #374

Closed aptiko closed 4 years ago

aptiko commented 4 years ago

Checklist:

codecov[bot] commented 4 years ago

Codecov Report

Merging #374 (1bada52) into master (8799246) will increase coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #374      +/-   ##
==========================================
+ Coverage   96.99%   97.13%   +0.14%     
==========================================
  Files          20       20              
  Lines        1399     1398       -1     
==========================================
+ Hits         1357     1358       +1     
+ Misses         42       40       -2     
Impacted Files Coverage Δ
enhydris/api/serializers.py 95.23% <100.00%> (ø)
enhydris/api/views.py 97.26% <100.00%> (+0.89%) :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 8799246...1bada52. Read the comment docs.