Skip to content

Commit

Permalink
try removing text pytest report from captured output
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Oct 23, 2023
1 parent 93ae1c9 commit c3457fc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/reusable_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,7 @@ jobs:
- name: Run tests with coverage
run: |
poetry run pytest --cov=ncompare --cov-report=xml:build/reports/coverage.xml --cov-report=html:build/reports/coverage.html tests/ >& test_results.txt
- name: Archive test results
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
name: test result
path: test_results.txt
poetry run pytest --cov=ncompare --cov-report=xml:build/reports/coverage.xml --cov-report=html:build/reports/coverage.html tests/
- name: Archive code coverage report (xml)
if: ${{ always() }}
Expand Down

0 comments on commit c3457fc

Please sign in to comment.