kartoza / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
http://geonode.org/
GNU General Public License v3.0
8 stars 17 forks source link

Fix minor warning on Shapefile upload #494

Closed lucernae closed 5 years ago

lucernae commented 5 years ago

This warning came from false negative because a GeoJSON file is treated as Shapefile.

codecov[bot] commented 5 years ago

Codecov Report

Merging #494 into 2.8.x-qgis_server will decrease coverage by 0.09%. The diff coverage is 50%.

Impacted file tree graph

@@                 Coverage Diff                  @@
##           2.8.x-qgis_server     #494     +/-   ##
====================================================
- Coverage              41.53%   41.43%   -0.1%     
====================================================
  Files                    403      403             
  Lines                  28877    28878      +1     
  Branches                3667     3667             
====================================================
- Hits                   11993    11965     -28     
- Misses                 16140    16173     +33     
+ Partials                 744      740      -4
Impacted Files Coverage Δ
geonode/layers/models.py 73.91% <50%> (-1%) :arrow_down:
geonode/utils.py 48.89% <0%> (-3.59%) :arrow_down:

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 ff7121b...89fe6ed. Read the comment docs.