We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de26292 commit 2b60c1fCopy full SHA for 2b60c1f
.codecov.yml
@@ -11,10 +11,12 @@ codecov:
11
wait_for_ci: yes
12
13
# Fix paths from CI build to match repository structure
14
-# Coverage paths look like: /home/runner/work/corosio/corosio/boost-root/libs/corosio/include/...
15
-# Strip everything up to and including boost-root/libs/corosio/
+# Linux (lcov) paths: /home/runner/.../boost-root/libs/corosio/include/...
+# macOS/Windows (gcovr -r boost-root) paths: libs/corosio/include/...
16
+# Codecov applies fixes in order, first match wins.
17
fixes:
18
- "boost-root/libs/corosio/::"
19
+ - "libs/corosio/::"
20
21
# Make coverage checks informational (report but never fail CI)
22
coverage:
0 commit comments