diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index d5141fa..924d6a6 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -100,7 +100,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 - name: Install dependencies - run: pip install -e . && pip install pytest + run: pip install -e . && pip install coverage pytest - name: Run tests run: coverage run -m pytest && coverage xml && coverage report - name: Save code coverage file