Skip to content

Commit a145f38

Browse files
authored
Update coverage.yml (#15)
1 parent efcf93c commit a145f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ permissions:
1313
jobs:
1414
coverage:
1515
runs-on: ubuntu-latest
16-
continue-on-error: true
1716

1817
steps:
1918
- uses: actions/checkout@v4
@@ -28,6 +27,7 @@ jobs:
2827
run: cargo llvm-cov --workspace --lcov --output-path lcov.info --ignore-filename-regex '^examples/'
2928

3029
- name: Comment PR with coverage
30+
continue-on-error: true
3131
uses: romeovs/lcov-reporter-action@v0.4.0
3232
with:
3333
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)