Skip to content

Commit

Permalink
CI integrates view
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Apr 8, 2024
1 parent be00f83 commit 8a84414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/model
export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/model:${{ github.workspace }}/view
coverage run --source=. -m pytest
coverage xml -o cobertura.xml
- name: Run codacy-coverage-reporter
Expand Down

0 comments on commit 8a84414

Please sign in to comment.