From 07850e96a04566c824209be5bb913d528e2ede86 Mon Sep 17 00:00:00 2001 From: Sejin Kim Date: Wed, 29 May 2024 11:46:31 -0400 Subject: [PATCH] fix: conflicts --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 56fe512..0e0d955 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: - name: Run tests run: | pip install pytest pytest-cov - pytest tests -s -v --cov --cov-report xml:coverage-report/coverage.xml + pytest tests -s -v --cov=imgtools --cov-report xml:coverage-report/coverage.xml - name: Upload coverage report artifact to be used by Codecov # only upload if matrix.os is ubuntu-latest and matrix.python-version is 3.12