From 1d72c81b1cf5ab7ae8563e818c4b6da3fc495597 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Wed, 22 Dec 2021 14:10:52 -0600 Subject: [PATCH] run coverage in ci --- .github/workflows/the.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/the.yml b/.github/workflows/the.yml index d36ffe8..7d04844 100644 --- a/.github/workflows/the.yml +++ b/.github/workflows/the.yml @@ -16,7 +16,7 @@ jobs: ci: strategy: matrix: - script-name: [test, lint, typecheck] + script-name: [coverage, lint, typecheck] fail-fast: false name: ${{ matrix.script-name }} runs-on: ubuntu-latest