Skip to content

Commit

Permalink
💚 Updates gh-actions and submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jan 15, 2021
1 parent ff33fea commit ca364df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/simzoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ jobs:
run: pytest . --cache-clear --doctest-modules --html=pytest/${{ matrix.python-version }}/html/results.html --junitxml=pytest/${{ matrix.python-version }}/xml/results.xml --cov=./simzoo --cov-report=html:pytest/${{ matrix.python-version }}/cov/pytest-coverage.txt --cov-report=term-missing | tee pytest-coverage.txt
- name: Upload Pytest test results to artifacts
uses: actions/upload-artifact@v2
if: ${{ always() }}
if: always()
with:
name: pytest-results-${{ matrix.python-version }}
path: pytest/
- name: Comment coverage
uses: coroo/[email protected]
if: ${{ always() }} && github.event_name == 'pull_request'
if: always() && github.event_name == 'pull_request'
with:
pytest-coverage: pytest/${{ matrix.python-version }}/cov/pytest-coverage.txt
pytest-coverage: pytest-coverage.txt

0 comments on commit ca364df

Please sign in to comment.