srgn 0.13.0

A grep-like tool which understands source code syntax and allows for manipulation in addition to search
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# When modifying this file, please validate using
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate

# See also https://docs.codecov.com/docs/codecov-yaml#repository-yaml and
# https://docs.codecov.com/docs/codecovyml-reference

coverage:
  status:
    # https://docs.codecov.com/docs#tips-and-tricks
    project:
      default:
        informational: true # Fail the pipeline?
    patch:
      default:
        informational: true # Fail the pipeline?
ignore:
  # https://docs.codecov.com/docs/codecovyml-reference#ignore
  - "build.rs"