Skip to content

Commit

Permalink
Increase verbosity of unittests on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
toomanybrians authored Oct 4, 2023
1 parent 0174036 commit 079d8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ jobs:
if: ${{ matrix.run-tests }}
run: |
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1280x720x24 -ac +extension GLX
coverage3 run --concurrency=thread -m unittest discover mpfmc.tests
coverage3 run -a --concurrency=thread -m unittest discover mpfmc.integration
coverage3 run --concurrency=thread -m unittest discover -v mpfmc.tests
coverage3 run -a --concurrency=thread -m unittest discover -v mpfmc.integration
- name: Upload coverage data to coveralls.io
run: coveralls --service=github
env:
Expand Down

0 comments on commit 079d8ac

Please sign in to comment.