We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07aff06 commit bf45c98Copy full SHA for bf45c98
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Generate coverage report
76
if: matrix.coverage
77
run: |
78
- for file in target/debug/lightning-*; do
+ for file in target/debug/deps/lightning*; do
79
[ -x "${file}" ] || continue;
80
mkdir -p "target/cov/$(basename $file)";
81
./kcov-build/usr/local/bin/kcov --exclude-pattern=/.cargo,/usr/lib --verify "target/cov/$(basename $file)" "$file";
0 commit comments