File: .codecov.yml

package info (click to toggle)
scikit-optimize 0.10.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,736 kB
  • sloc: python: 10,668; javascript: 438; makefile: 139; sh: 6
file content (14 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# show coverage in CI status, not as a comment.
comment: off
coverage:
  status:
    project:
      default:
        target: auto
    patch:
      default:
        target: 20%

ignore:
- "**/setup.py"
- "**/conftest.py"