Using --rcfile=/path/to/tox.ini uses [run] section rather than [coverage:run] · Issue #588 · nedbat/coveragepy (original) (raw)
Originally reported by David Sanders (Bitbucket: rapilabs, GitHub: rapilabs)
Was trying to get a setup for a project happening where tox.ini was one directory up from where coverage was being run. Found it was necessary to specify the location with --rcfile
but surprsingly found that the section must be named [run]
.