From 94891ac77225e5674efc7cac8bc709cad513719c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Gr=C3=B8n=C3=A5s?= <44143748+sondregronas@users.noreply.github.com> Date: Sun, 6 Aug 2023 18:10:53 +0200 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: