JuliaGeo / GeoJSON.jl

Utilities for working with GeoJSON data in Julia
https://juliageo.org/GeoJSON.jl/stable/
MIT License
68 stars 10 forks source link

Is codecov broken for this package? #69

Closed yeesian closed 1 year ago

yeesian commented 1 year ago

When I looked at https://app.codecov.io/gh/JuliaGeo/GeoJSON.jl/tree/master/src?displayType=list, it seems to think the latest commit is https://github.com/JuliaGeo/GeoJSON.jl/commit/674f18a5c97877817650ba6bded23898f16c1425

rafaqz commented 1 year ago

Probably broken then, you are welcome to fix it ;)

visr commented 1 year ago

We use codecov/codecov-action@v1, whereas the current version is v3. According to this the v1 uploader has been sunset for a while, so that probably explains this issue.

In https://github.com/JuliaGeo/GDAL.jl/pull/154 I added dependabot for GDAL.jl, leading to PRs like https://github.com/JuliaGeo/GDAL.jl/pull/155 that fix this issue. Let's add dependabot to all JuliaGeo packages (https://github.com/JuliaGeo/meta/issues/20).