repoverlay 0.3.3

Overlay config files into git repositories without committing them
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Codecov configuration
# https://docs.codecov.com/docs/codecov-yaml

coverage:
  status:
    project:
      default:
        target: auto
        threshold: 2%
    patch:
      default:
        target: auto
        threshold: 5%

ignore:
  # Test utilities - these are only used in tests and don't need coverage
  - "src/testutil.rs"