From ecef57608f769b5202b4afc828131efc7df7e218 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 29 Jan 2021 14:59:19 -0500 Subject: [PATCH] coverage comes from [test] now --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b0873ff..524b332 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: - name: "Install CI Dependencies" run: | - python -m pip install -v wheel coverage + python -m pip install -v wheel - name: "Install ZKAPAuthorizer and dependencies" run: | -- GitLab