From ac9c439b12dc86089df692e98fddf582feec3821 Mon Sep 17 00:00:00 2001 From: Kishan Kumar Ganguly Date: Tue, 27 Aug 2024 19:47:45 -0400 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 9f61543..ccd445e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -35,5 +35,6 @@ jobs: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest - run: | + run: | + pytest --cov calculator_test.py pytest calculator_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html