File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ jobs:
103
103
echo 'gcov "$@"' >> $HOME/.local/bin/cov.sh
104
104
fi
105
105
chmod +x $HOME/.local/bin/cov.sh
106
+ export PATH="$HOME/.local/bin:$PATH"
106
107
cd build
107
- find .. -name '*.gcda' -o -name '*.gcno' | xargs $HOME/.local/bin/cov.sh --branch-probabilities --preserve-paths --relative-only
108
108
curl --remote-name-all \
109
109
https://keybase.io/codecovsecurity/pgp_keys.asc \
110
110
https://uploader.codecov.io/latest/linux/codecov \
@@ -113,4 +113,4 @@ jobs:
113
113
sqop verify codecov.SHA256SUM.sig pgp_keys.asc < codecov.SHA256SUM
114
114
sha256sum --check codecov.SHA256SUM
115
115
chmod +x codecov
116
- ./codecov
116
+ ./codecov --verbose --gcov --gcovExecutable cov.sh --gcovArgs '--branch-probabilities --preserve-paths --relative-only' --gcovIgnore '**/tests/**'
You can’t perform that action at this time.
0 commit comments