diff options
| author | Joe Richey <joerichey@google.com> | 2021-03-31 15:46:18 -0700 |
|---|---|---|
| committer | Joe Richey <joerichey@google.com> | 2021-03-31 15:55:39 -0700 |
| commit | 2fa66887a238311a026f44b40ec1b1d876ec3cfd (patch) | |
| tree | 448f56022d6a07fba500f84bf25fa23f498c8f60 | |
| parent | 177de25ee64d13c71935ed3a1ec543f97a5d3741 (diff) | |
Stop generating and uploading coverage in CI
This is currently broken, and we don't really use the findings.
Signed-off-by: Joe Richey <joerichey@google.com>
| -rw-r--r-- | .github/workflows/ci.yml | 6 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 1 insertions, 6 deletions
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. @@ -1,7 +1,6 @@ # fscrypt [](https://github.com/google/fscrypt/releases) [](https://github.com/google/fscrypt/actions?query=workflow%3ACI+branch%3Amaster) -[](https://coveralls.io/github/google/fscrypt?branch=master) [](https://godoc.org/github.com/google/fscrypt) [](https://goreportcard.com/report/github.com/google/fscrypt) [](http://www.apache.org/licenses/LICENSE-2.0.html) |