Skip to content

Commit 87a7dc7

Browse files
chore: Code coverage ignores .build and test files
1 parent 77015a6 commit 87a7dc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
llvm-cov show \
4848
$(swift build --show-bin-path)/GraphQLPackageTests.xctest \
4949
--instr-profile $(swift build --show-bin-path)/codecov/default.profdata \
50+
--ignore-filename-regex=""\.build|Tests" \
5051
--format html \
5152
--output-dir=.test-coverage
5253
- name: Upload test coverage html

0 commit comments

Comments
 (0)