https://github.com/gboeing/osmnx
Raw File
Tip revision: d4a6900b30ccd87f179defd332f5854e53027f2d authored by Geoff Boeing on 16 June 2022, 02:38:53 UTC
version bump
Tip revision: d4a6900
codecov.yml
coverage:
  status:
    project:
      default:
        target: auto  # compare against coverage from the base commit
        threshold: 0.1%  # allow coverage to drop by X% and still pass
back to top