Amsterdam / django-gisserver

Django speaking WFS 2.0 to expose geo data
Mozilla Public License 2.0
38 stars 10 forks source link

Support Django 3.2 #5

Closed adamchainz closed 3 years ago

adamchainz commented 3 years ago
vdboor commented 3 years ago

Wonderful, thanks for taking care! I wonder, any clue why the Travis builds have failed?

adamchainz commented 3 years ago

They failed because I missed replacing "3.8" for "3.9", so they tried to run the 3.9 tests in an environment where only 3.8 was installed.

codecov-io commented 3 years ago

Codecov Report

Merging #5 (4aef4fb) into master (6941943) will increase coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   83.60%   83.69%   +0.09%     
==========================================
  Files          36       36              
  Lines        3300     3300              
  Branches      471      471              
==========================================
+ Hits         2759     2762       +3     
+ Misses        373      369       -4     
- Partials      168      169       +1     
Impacted Files Coverage Δ
gisserver/features.py 77.87% <0.00%> (+1.27%) :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 6941943...4aef4fb. Read the comment docs.