diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9935c8d..d3f4469 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,3 +50,6 @@ jobs: - name: Test run: make test + + - name: Coverage + run: make coverage