Skip to content

Commit 8115741

Browse files
authored
Quick fix to test workflow
1 parent 4041a69 commit 8115741

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
exc_prefix="$(which xcrun || true)" && \
3232
${exc_prefix} llvm-cov export -format lcov \
3333
-instr-profile="$(dirname "$(swift test --show-codecov-path)")/default.profdata" \
34-
--ignore-filename-regex='\.build/' \
34+
--ignore-filename-regex='/\.build/' \
35+
--ignore-filename-regex='/Tests/' \
3536
"$(swift build --show-bin-path)/${pkgname}PackageTests.xctest${subpath}" \
3637
>"${pkgname}.lcov"
3738
echo "CODECOV_FILE=$(pwd)/${pkgname}.lcov" >> $GITHUB_ENV

0 commit comments

Comments
 (0)