We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37890ce commit 6f77149Copy full SHA for 6f77149
.github/workflows/build.yml
@@ -47,6 +47,7 @@ jobs:
47
llvm-cov show \
48
$(swift build --show-bin-path)/GraphQLPackageTests.xctest \
49
--instr-profile $(swift build --show-bin-path)/codecov/default.profdata \
50
+ --ignore-filename-regex="\.build|Tests" \
51
--format html \
52
--output-dir=.test-coverage
53
- name: Upload test coverage html
0 commit comments