Skip to content

Commit

Permalink
Merge pull request #271 from ChrisRBe/ChrisRBe-patch-1
Browse files Browse the repository at this point in the history
integration: remove test reporting
  • Loading branch information
ChrisRBe authored Jan 17, 2021
2 parents b9767b1 + 592a821 commit e61366a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/pytest-result-*.xml'

0 comments on commit e61366a

Please sign in to comment.