File: codecov.yml

package info (click to toggle)
ruby-jekyll-polyglot 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,840 kB
  • sloc: xml: 12,011; ruby: 1,740; sh: 32; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
comment: false

coverage:
  status:
    project:
      default:
        target: 80%
        threshold: 1%
    patch:
      default:
        target: 80%
        threshold: 1%

ignore:
  - "spec/**/*"
  - "test/**/*"
  - "vendor/**/*"
  - "bin/**/*"
  - "lib/jekyll/polyglot/version.rb"
  - "lib/jekyll-polyglot.rb"

fixes:
  - "lib/::lib/"
  - "spec/::spec/"