Skip to content

Commit 33018f5

Browse files
committed
build: don't mark build fail when coverage fails
The coverage workflow returns a failure when the coverage goes down. Unfortunately, the test is a bit to error prone and reports too many falls positives. Just ignore these errors. Signed-off-by: Daniel Wagner <[email protected]>
1 parent c804c2f commit 33018f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
if: github.repository == 'linux-nvme/libnvme'
1111
name: code coverage
1212
runs-on: ubuntu-latest
13+
continue-on-error: true
1314
container:
1415
image: ghcr.io/linux-nvme/debian.python:latest
1516
steps:

0 commit comments

Comments
 (0)