Skip to content

Commit

Permalink
Move the XML report to .report, per TIOBE request.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Nov 27, 2024
1 parent 42248cd commit a15510a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,11 @@ deps =
-e .
-e testing
commands =
mkdir -p .coverage
mkdir -p .report
coverage run --source={[vars]src_path},testing/src/scenario \
--data-file=.coverage.data \
-m pytest --ignore={[vars]tst_path}smoke -v --tb native {posargs}
coverage xml --data-file=.coverage.data -o .coverage/coverage.xml
coverage report --data-file=.coverage.data
coverage xml -o .report/coverage.xml
coverage report

[testenv:pebble]
description = Run real pebble tests
Expand Down

0 comments on commit a15510a

Please sign in to comment.