Commit 38e559b
TST : move coverage output where coveralls expects
We run tests out-of-repo which is to ensure that we pick up
the installed version of mpl, not version which happens to be
in the current directory (but I am not sure we strictly need this
any more now that absolute imports are a thing). The coveralls scripts
assume that you are running your tests _in_ the repo and are trying to
extract git information from the directory they are run in, hence are
failing for everything but the doc builds (which don't run nose so
have no coverage).
This exclude the doc build from uploading to coveralls and moves
the cover output to be where coveralls expects it to be (and cds
back into the repo).1 parent e5cf550 commit 38e559b
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
0 commit comments