aboutsummaryrefslogtreecommitdiffstats
path: root/codecov.yml
blob: 023627980f30c19067c85a174989cdbe79fd61f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
comment: false
coverage:
    status:
        patch:
            default:
                target: '100'
        project:
            default:
                target: '100'

# Workaround for
# https://bitbucket.org/ned/coveragepy/issues/578/incomplete-file-path-in-xml-report
fixes:
    # Label all the files with a `tests/` prefix.
    - "::tests/"
    # Move things with a `tests/src/cryptography` prefix back to
    # `src/cryptography/`
    - "tests/src/cryptography/::src/cryptography/"