From c17f43ef6535dc20f2192d1857059435650f5461 Mon Sep 17 00:00:00 2001 From: Ru Chern Chong Date: Wed, 8 May 2024 01:19:24 +0800 Subject: [PATCH] Add test coverage to GHA --- .github/workflows/Deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 7d1424d..1a01b01 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -24,7 +24,7 @@ jobs: pip install -r requirements.txt - name: Run tests - run: pytest + run: pytest --cov - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1