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 70f1c9f commit 3902a5aCopy full SHA for 3902a5a
.github/workflows/build.yml
@@ -50,13 +50,19 @@ jobs:
50
run: |
51
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz
52
tar xzf master.tar.gz
53
- cd kcov-master &&mkdir build && cd build
+ cd kcov-master && mkdir build && cd build # ./kcov-master/build
54
cmake .. && make
55
make install DESTDIR=../../kcov-build
56
cd ../.. && rm -rf kcov-master
57
+ ls ./
58
+ ls ./kcov-build
59
+ ls ./kcov-build/usr
60
+ ls ./kcov-build/usr/local
61
+ ls ./kcov-build/usr/local/bin
62
- name: Upload coverage
63
if: ${{ matrix.coverage }}
64
65
+ ls
66
for file in target/debug/lightning-*; do
67
[ -x "${file}" ] || continue;
68
mkdir -p "target/cov/$(basename $file)";
0 commit comments