Skip to content

Commit

Permalink
[internal] Replace deprecated use of [pytest] junit_xml_dir with `[…
Browse files Browse the repository at this point in the history
…test] xml_dir. (pantsbuild#13069)

[ci skip-rust]
[ci skip-build-wheels]
  • Loading branch information
stuhood authored Oct 1, 2021
1 parent 1627e0e commit 0bc3b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pants.ci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ log = true

[test]
use_coverage = true
xml_dir = "dist/test-results/"

[pytest]
args = ["--no-header", "-vv"]
junit_xml_dir = "dist/test-results/"

[coverage-py]
report = ["raw", "xml"]
Expand Down

0 comments on commit 0bc3b6a

Please sign in to comment.