https://github.com/pymc-devs/pymc3
Revision 1f806293c339132b796c008a43e4e3f437ac23de authored by Thomas Wiecki on 11 March 2023, 13:40:42 UTC, committed by GitHub on 11 March 2023, 13:40:42 UTC
This reverts commit b6521f2d6725d4c8d2ed682c7017baae5ebf55a2.
1 parent b6521f2
Raw File
Tip revision: 1f806293c339132b796c008a43e4e3f437ac23de authored by Thomas Wiecki on 11 March 2023, 13:40:42 UTC
Revert "Add Mistplay sponsor (#6570)"
Tip revision: 1f80629
codecov.yml
codecov:
  require_ci_to_pass: yes

coverage:
  precision: 2
  round: down
  range: "70...100"
  status:
    project:
      default:
        # basic
        target: auto
        threshold: 1%
        base: auto
    patch:
      default:
        # basic
        target: 50%
        threshold: 1%
        base: auto

ignore:
  - "tests/*"
  - "pymc/_version.py"

comment:
  layout: "reach, diff, flags, files"
  behavior: default
  require_changes: false  # if true: only post the comment if coverage changes
  require_base: no        # [yes :: must have a base report to post]
  require_head: yes       # [yes :: must have a head report to post]
  branches: null          # branch names that can post comment
back to top