From b7644e69f129a31be7008cefe99849ef4207281f Mon Sep 17 00:00:00 2001 From: DanielSobrinho <48753372+Daniel3dartist@users.noreply.github.com> Date: Thu, 30 Nov 2023 17:27:51 -0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12fc7fe..a9b225f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Run tests run: | python3 -m pip install pytest - pytest tests + pytest tests --cov - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: