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 4041a69 commit 8115741Copy full SHA for 8115741
.github/workflows/test.yml
@@ -31,7 +31,8 @@ jobs:
31
exc_prefix="$(which xcrun || true)" && \
32
${exc_prefix} llvm-cov export -format lcov \
33
-instr-profile="$(dirname "$(swift test --show-codecov-path)")/default.profdata" \
34
- --ignore-filename-regex='\.build/' \
+ --ignore-filename-regex='/\.build/' \
35
+ --ignore-filename-regex='/Tests/' \
36
"$(swift build --show-bin-path)/${pkgname}PackageTests.xctest${subpath}" \
37
>"${pkgname}.lcov"
38
echo "CODECOV_FILE=$(pwd)/${pkgname}.lcov" >> $GITHUB_ENV
0 commit comments