We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02782c7 commit 662a830Copy full SHA for 662a830
Makefile
@@ -30,7 +30,7 @@ pull-docker:
30
31
test:
32
pip install -e .[test]
33
- pytest -rvx --setup-show --cov=ansys.dynamicreporting.core --cov-report html:coverage-html --cov-report term --cov-report xml:coverage.xml tests/serverless
+ pytest -rvx --setup-show --cov=ansys.dynamicreporting.core --cov-report html:coverage-html --cov-report term --cov-report xml:coverage.xml
34
35
test-dev:
36
0 commit comments