diff --git a/pants.ci.toml b/pants.ci.toml index cd397153d2c..b53fc895a38 100644 --- a/pants.ci.toml +++ b/pants.ci.toml @@ -4,15 +4,9 @@ colors = true remote_cache_read = true remote_cache_write = true -[test] -use_coverage = true - [pytest] args = ["--no-header", "--noskip", "-vv"] -[coverage-py] -report = ["raw", "xml"] - [auth] from_env_var = "TOOLCHAIN_AUTH_TOKEN" org = "pantsbuild"