diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 72a417e..f2006da 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -46,8 +46,3 @@ jobs: pytest -v --doctest-modules --cov=src --cov-report=xml --junit-xml=pytest-result-${{ matrix.python-version }}.xml coverageLocations: 'coverage.xml:coverage.py' debug: true - - name: Report unit test results - uses: ScaCap/action-surefire-report@v1.0.5 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - report_paths: '**/pytest-result-*.xml'