Skip to content

Commit

Permalink
Generating html coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sumane81 committed Oct 22, 2024
1 parent eeb20cb commit 5250916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude=./robyn_api/*.py
- name: Test with pytest. Enable this once first set of tests are written
run: |
pytest ./python/tests --doctest-modules --junitxml=junit/test-results.xml --cov=robyn --cov-report=xml --cov-report=html
pytest ./python/tests --doctest-modules --junitxml=junit/test-results.xml --cov=robyn --cov-report=html
- name: 'Upload Unit Test Results'
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5250916

Please sign in to comment.