Revision f17dbce7fe6a55ea2a18d4776f0d262e7430a4ca authored by Andrew on 15 September 2019, 20:14:06 UTC, committed by GitHub on 15 September 2019, 20:14:06 UTC
2 parent s 2366793 + 85659d9
Raw File
.codecov.yml
codecov:
  notify:
    require_ci_to_pass: no

coverage:
  status:
    patch:
      default:
        target: '80'
        if_no_uploads: error
        if_not_found: success
        if_ci_failed: failure
    project:
      default: false
      library:
        target: auto
        if_no_uploads: error
        if_not_found: success
        if_ci_failed: failure
        paths:
          - "metpy/(\w+/)?[^/]+\.py$"

      tests:
        target: 100%
        paths:
          - "metpy/.*/tests/.*"
          - "metpy/tests/.*"
          - "metpy/testing.py"

  notify:
    gitter:
      default:
        url: "https://webhooks.gitter.im/e/301b8fd7792e1a48b034"

comment: off
back to top