mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-07-25 12:24:25 +08:00
wip
This commit is contained in:
parent
e188a3d2cc
commit
ca68861cb4
2
.github/workflows/build_cmake.yml
vendored
2
.github/workflows/build_cmake.yml
vendored
@ -112,7 +112,7 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
lcov --compat-libtool --directory . --capture --output-file coverage_output.info
|
lcov --compat-libtool --directory . --capture --output-file coverage_output.info
|
||||||
lcov --remove coverage_output.info '/usr/*' '*/c++/*' '*.h' '*/catch.hpp' -o coverage.info
|
lcov --remove coverage_output.info '/usr/*' '*/c++/*' '*.h' '*/catch.hpp' -o coverage.info
|
||||||
sed -i 's|SF:/.*/filesystem/|SF:../|g' coverage.info
|
# sed -i 's|SF:/.*/filesystem/|SF:../|g' coverage.info
|
||||||
|
|
||||||
- name: Upload coverage info
|
- name: Upload coverage info
|
||||||
if: startsWith(matrix.config.build_type, 'Debug')
|
if: startsWith(matrix.config.build_type, 'Debug')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user