jazzband / geojson

Python bindings and utilities for GeoJSON
https://pypi.python.org/pypi/geojson/
BSD 3-Clause "New" or "Revised" License
913 stars 121 forks source link

206 fix CI depreciation warning #214

Closed adilhussain540 closed 1 year ago

adilhussain540 commented 1 year ago

Description

This PR fixes #206

codecov[bot] commented 1 year ago

Codecov Report

Merging #214 (e137086) into main (61a686e) will increase coverage by 2.84%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #214      +/-   ##
==========================================
+ Coverage   94.88%   97.73%   +2.84%     
==========================================
  Files          10       10              
  Lines         352      353       +1     
  Branches       76       76              
==========================================
+ Hits          334      345      +11     
+ Misses         11        5       -6     
+ Partials        7        3       -4     

see 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

hugovk commented 1 year ago

Thanks for the PR, but https://github.com/jazzband/geojson/pull/212 removes the need for this code entirely by using caching from actions/setup-python.