Skip to content

Commit 2b60c1f

Browse files
committed
Add Windows and MacOS paths for codecov
1 parent de26292 commit 2b60c1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.codecov.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ codecov:
1111
wait_for_ci: yes
1212

1313
# 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/
14+
# Linux (lcov) paths: /home/runner/.../boost-root/libs/corosio/include/...
15+
# macOS/Windows (gcovr -r boost-root) paths: libs/corosio/include/...
16+
# Codecov applies fixes in order, first match wins.
1617
fixes:
1718
- "boost-root/libs/corosio/::"
19+
- "libs/corosio/::"
1820

1921
# Make coverage checks informational (report but never fail CI)
2022
coverage:

0 commit comments

Comments
 (0)