Skip to content

Commit

Permalink
Stop generating and uploading coverage in CI
Browse files Browse the repository at this point in the history
This is currently broken, and we don't really use the findings.

Signed-off-by: Joe Richey <joerichey@google.com>
  • Loading branch information
josephlr committed Mar 31, 2021
1 parent 177de25 commit b87610f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b87610f

Please sign in to comment.