diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1651689d..16777a63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,7 @@ jobs: - name: Run Tests with coverage and save report run: | - coverage run -m pytest pytest/ - coverage xml -o coverage.xml - pytest pytest/ --junitxml=report.xml --html=report.html + coverage run -m pytest pytest/ --junitxml=report.xml --html=report.html continue-on-error: true # Continue to the next step even if tests fail - name: Upload HTML Report