From 2fa66887a238311a026f44b40ec1b1d876ec3cfd Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Wed, 31 Mar 2021 15:46:18 -0700 Subject: Stop generating and uploading coverage in CI This is currently broken, and we don't really use the findings. Signed-off-by: Joe Richey --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 323d6c2..3dcafd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,12 +64,8 @@ jobs: run: | make test-setup keyctl link @u @s - make coverage.out + make test make test-teardown - - name: Report coverage - uses: shogo82148/actions-goveralls@v1 - with: - path-to-profile: coverage.out # This isn't working currently because qemu user-mode emulation doesn't # support passing through the keyctl() system call and the fscrypt ioctls. -- cgit v1.2.3