Skip to content

Commit

Permalink
Update pytest-testutils.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 authored Nov 19, 2020
1 parent a440641 commit 809f6ea
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/pytest-testutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,20 @@ jobs:
- name: Archive test results
uses: actions/upload-artifact@v2
if: always()
with:
name: pytest-report
path: output/output/test-testutils-${{matrix.os}}-${{ matrix.python-version }}-results.xml

# --cov=com --cov-report=xml --cov-report=html
path: output/test-testutils-${{matrix.os}}-${{ matrix.python-version }}-results.xml

- name: Publish Unit Test Results
uses: EnricoMi/[email protected]
if: always()
with:
github_token: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
files: output/test-testutils*.xml


#-cov=com --cov-report=xml --cov-report=html
# pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
# - name: Lint with flake8
# run: |
Expand Down

0 comments on commit 809f6ea

Please sign in to comment.