File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,18 @@ jobs:
173173 uses : taiki-e/install-action@cargo-llvm-cov
174174
175175 - name : Run tests
176- run : cargo llvm-cov --no-report --all-features --workspace --exclude jsonschema-py
176+ run : |
177+ cargo llvm-cov --no-report --all-features --workspace \
178+ --exclude jsonschema-py \
179+ --exclude benchmark \
180+ --exclude benchmark-suite \
181+ --exclude jsonschema-testsuite \
182+ --exclude jsonschema-testsuite-codegen \
183+ --exclude jsonschema-testsuite-internal \
184+ --exclude jsonschema-referencing-testsuite \
185+ --exclude jsonschema-referencing-testsuite-codegen \
186+ --exclude jsonschema-referencing-testsuite-internal \
187+ --exclude testsuite-common
177188
178189 - name : Generate coverage reports
179190 run : cargo llvm-cov report --lcov --output-path lcov.info
You can’t perform that action at this time.
0 commit comments