https://github.com/gboeing/osmnx
Raw File
Tip revision: 01ecad160d72c960e3700da61970f8f776abb01e authored by Geoff Boeing on 24 May 2023, 21:42:25 UTC
finalize change log for 1.3.1
Tip revision: 01ecad1
.codecov.yml
codecov:
  require_ci_to_pass: no
  notify:
    wait_for_ci: no
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