From 60a0bf065154a2811333900599cd9a5a402da1d2 Mon Sep 17 00:00:00 2001 From: Armando Banuelos Date: Tue, 12 Mar 2024 15:39:45 -0700 Subject: [PATCH] fix: addressing first round of feedback --- .github/workflows/run-coverage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-coverage.yml b/.github/workflows/run-coverage.yml index fc53610c7..7b13dde8e 100644 --- a/.github/workflows/run-coverage.yml +++ b/.github/workflows/run-coverage.yml @@ -56,5 +56,4 @@ jobs: - name: Run and report code coverage run: | - coverage run -m pytest - coverage report -m \ No newline at end of file + pytest --cov \ No newline at end of file