File: .codecov.yml

package info (click to toggle)
mfem 4.9%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,396 kB
  • sloc: cpp: 401,979; makefile: 3,942; sh: 845; xml: 590; javascript: 99
file content (32 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
codecov:
  require_ci_to_pass: yes

coverage:
  precision: 2
  round: nearest
  range: "0...100"
  status:
    patch:
      default:
        target: auto
        threshold: 0%
        base: auto
        branches:
          - master
        if_ci_failed: error
        informational: true
        only_pulls: true
    project:
      default:
        target: auto   # compares coverage to the previous base commit
        threshold: 1%  # allows variations around the target
        base: auto
        branches:
          - master
        if_ci_failed: error
        only_pulls: true

github_checks:
  annotations: false

comment: false