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