aboutsummaryrefslogblamecommitdiffstats
path: root/codecov.yml
blob: f20980ef55e5b6d4b4a885e7c352b5dada0dfd82 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                     
codecov:
  branch: develop
coverage:
  range: 70...100
  status:
    project:
      default:
        target: auto
        paths: "!test/"
      syntax:
        target: auto
        paths: "libsolidity/analysis"
        flags: syntax
      tests:
        target: auto
        paths: "test/"
comment:
  layout: "reach, diff, flags"