diff options
| author | eduardormorais <eduardoromorais@gmail.com> | 2025-09-16 13:49:19 -0300 |
|---|---|---|
| committer | eduardormorais <eduardoromorais@gmail.com> | 2025-09-16 13:49:19 -0300 |
| commit | b92e4620831dc4f3c935a41c7c17ae346fdb779c (patch) | |
| tree | c97f41f973e63702c429d6af97b17f6975b0ed8a /.github/workflows | |
| parent | 42a2792419d697b474912a4fc25a663b0df7ef33 (diff) | |
| download | pyvyos-b92e4620831dc4f3c935a41c7c17ae346fdb779c.tar.gz pyvyos-b92e4620831dc4f3c935a41c7c17ae346fdb779c.zip | |
Feature/9792011653 - Fix pull request workflow tests
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/python-pr-validation.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/python-pr-validation.yml b/.github/workflows/python-pr-validation.yml index a09edc1..e9e9b2b 100644 --- a/.github/workflows/python-pr-validation.yml +++ b/.github/workflows/python-pr-validation.yml @@ -28,5 +28,4 @@ jobs: - name: Python Run Tests run: | - pytest -v -o junit_family=xunit1 --cov=. --cov-report xml:tests/coverage.xml --junitxml=tests/nosetests.xml - + pytest -v --cov |
