Skip to content

Commit d8ebb60

Browse files
Luni-4shssoichiro
authored andcommitted
ci: Ignore tools for code coverage analysis
1 parent 7e42662 commit d8ebb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rav1e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
--ignore "../*" --ignore "target/*" --ignore "examples/*" \
306306
--ignore "tests/*" --ignore "src/test_encode_decode/*" \
307307
--ignore "src/x86/*" --ignore "src/ext/x86/*" \
308-
-o lcov.info
308+
--ignore "tools/*" -o lcov.info
309309
- name: Stop sccache server
310310
run: |
311311
sccache --stop-server

0 commit comments

Comments
 (0)