diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4810482..eacc966 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,4 @@ jobs: go-version: "1.23.0" - name: Tests - run: go test ./... \ No newline at end of file + run: go test ./... -cover \ No newline at end of file