aboutsummaryrefslogtreecommitdiffstats
path: root/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/codecov.yml b/codecov.yml
index 02362798..2bfc815b 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -7,12 +7,3 @@ coverage:
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/"