Skip to content

Commit ab5a085

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 adf179c commit ab5a085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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/nvme-cli'
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)