From 1cec053a4df037433da0f146cd51012cc8b481f9 Mon Sep 17 00:00:00 2001 From: Roger Maitland Date: Mon, 13 Feb 2023 20:32:08 -0500 Subject: [PATCH] CodeCov workflow changes --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c114c38..0f64d17 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -13,7 +13,7 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt - name: Run tests and collect coverage - run: pytest --cov=build123d.app + run: pytest --cov=build123d - name: Upload coverage to Codecov uses: codecov/codecov-action@v3