From cbd75bf708fb7c0986d9a8b00df55e10f38d1e92 Mon Sep 17 00:00:00 2001 From: "wonyo.hwang" Date: Sun, 20 Oct 2024 21:10:07 +0900 Subject: [PATCH] chore(ci): update coveralls.yml --- .github/workflows/coveralls.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 69352e9..cf89208 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -1,4 +1,4 @@ -name: Python CI +name: Coveralls Coverage on: push: @@ -33,7 +33,8 @@ jobs: - name: Run tests run: | - python -m unittest discover -s tests + coverage run -m unittest discover + coverage xml - name: Upload coverage to Coveralls if: success()