diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e57868e2b6..5a389d7e9c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -38,4 +38,5 @@ jobs: #- run: cargo tarpaulin --locked --workspace --exclude=linkerd2-proxy --exclude=linkerd-app-integration --skip-clean --ignore-tests --no-fail-fast --out=Xml - run: cargo tarpaulin --locked --packages=linkerd-app-integration --no-default-features --skip-clean --no-run - run: cargo tarpaulin --locked --packages=linkerd-app-integration --no-default-features --skip-clean --ignore-tests --no-fail-fast --out=Xml + continue-on-error: true - uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70