We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcf93c commit a145f38Copy full SHA for a145f38
1 file changed
.github/workflows/coverage.yml
@@ -13,7 +13,6 @@ permissions:
13
jobs:
14
coverage:
15
runs-on: ubuntu-latest
16
- continue-on-error: true
17
18
steps:
19
- uses: actions/checkout@v4
@@ -28,6 +27,7 @@ jobs:
28
27
run: cargo llvm-cov --workspace --lcov --output-path lcov.info --ignore-filename-regex '^examples/'
29
30
- name: Comment PR with coverage
+ continue-on-error: true
31
uses: romeovs/lcov-reporter-action@v0.4.0
32
with:
33
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments