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

add unittest for upload geojson #470

Closed boney-bun closed 6 years ago

boney-bun commented 6 years ago

fix #405

codecov[bot] commented 6 years ago

Codecov Report

Merging #470 into 2.8.x-qgis_server will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@                  Coverage Diff                  @@
##           2.8.x-qgis_server     #470      +/-   ##
=====================================================
+ Coverage               41.5%   41.53%   +0.03%     
=====================================================
  Files                    403      403              
  Lines                  28867    28877      +10     
  Branches                3666     3667       +1     
=====================================================
+ Hits                   11980    11993      +13     
+ Misses                 16142    16140       -2     
+ Partials                 745      744       -1
Impacted Files Coverage Δ
geonode/qgis_server/tests/test_views.py 99.72% <100%> (ø) :arrow_up:
geonode/utils.py 52.47% <0%> (+0.41%) :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 823dc9c...37c429f. Read the comment docs.

boney-bun commented 6 years ago

thanks for the review @lucernae it's all green now.

i'm going to merge this.