Skip to content

Commit

Permalink
Update pytest arguments in tests.yml to cover ansys.dpf entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Nov 30, 2023
1 parent 2e75a87 commit 860f454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
- name: "Set pytest arguments"
shell: bash
run: |
echo "COVERAGE=--cov=ansys.dpf.${{env.MODULE}} --cov-report=xml --cov-report=html --log-level=ERROR --cov-append" >> $GITHUB_ENV
echo "COVERAGE=--cov=ansys.dpf --cov-report=xml --cov-report=html --log-level=ERROR --cov-append" >> $GITHUB_ENV
echo "RERUNS=--reruns 2 --reruns-delay 1" >> $GITHUB_ENV
- name: "Test API"
Expand Down

0 comments on commit 860f454

Please sign in to comment.