From c264d4c8c141a35482a821361776bc0874d5aa95 Mon Sep 17 00:00:00 2001 From: hannahb09 Date: Fri, 6 Dec 2024 11:08:54 -0500 Subject: [PATCH] fix: linting coverage issue --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 349e34c8..dee2d926 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,9 +85,9 @@ jobs: # system. uses: knicknic/os-specific-run@v1 with: - linux: poetry run task cover - macos: poetry run task cover - windows: poetry run task cover-win + linux: poetry run task coverage + macos: poetry run task coverage + windows: poetry run task coverage-win - name: Upload coverage uses: codecov/codecov-action@v1 with: