diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 72935ca..0f32243 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: pip install pytest - name: Run Tests - run: pytest + run: pytest --cov=src/weather_planner --cov-report=term-missing #2) Build and Push to Docker Hub build: