We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e42662 commit d8ebb60Copy full SHA for d8ebb60
.github/workflows/rav1e.yml
@@ -305,7 +305,7 @@ jobs:
305
--ignore "../*" --ignore "target/*" --ignore "examples/*" \
306
--ignore "tests/*" --ignore "src/test_encode_decode/*" \
307
--ignore "src/x86/*" --ignore "src/ext/x86/*" \
308
- -o lcov.info
+ --ignore "tools/*" -o lcov.info
309
- name: Stop sccache server
310
run: |
311
sccache --stop-server
0 commit comments