File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ extends:
6666 displayName: 'Install wheel'
6767
6868 - script : |
69- pytest --junitxml=test-results.xml --cov=src/PowerPlatform --cov-report=xml --cov-report=term-missing --cov-fail-under=90
69+ PYTHONPATH=src pytest --junitxml=test-results.xml --cov=src/PowerPlatform --cov-report=xml --cov-report=term-missing --cov-fail-under=90
7070 displayName: 'Test with pytest'
7171
7272 - script : |
Original file line number Diff line number Diff line change 5151
5252 - name : Test with pytest
5353 run : |
54- pytest --junitxml=test-results.xml --cov=src/PowerPlatform --cov-report=xml --cov-report=term-missing --cov-fail-under=90
54+ PYTHONPATH=src pytest --junitxml=test-results.xml --cov=src/PowerPlatform --cov-report=xml --cov-report=term-missing --cov-fail-under=90
5555
5656 - name : Diff coverage (90% for new changes)
5757 run : |
You can’t perform that action at this time.
0 commit comments