diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3ddb58b..4516297 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: - name: Run unit tests run: | - python -m pytest tests/ --cov=FeideUtstyrbase --cov-report=xml + python -m pytest tests/ --cov=BookingSystem --cov-report=xml - uses: codecov/codecov-action@v3 with: