Skip to content

Commit

Permalink
Fix codecov - turns out cython coverage plugin needs the project inst…
Browse files Browse the repository at this point in the history
…salled? wat
  • Loading branch information
ionelmc committed Jun 3, 2019
1 parent bfe4a92 commit 9e0e45a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ plugins = Cython.Coverage
[report]
show_missing = true
precision = 2
omit = *migrations*
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ commands =
deps =
codecov
cython==0.29.9
skip_install = true
usedevelop = true
commands =
coverage xml --ignore-errors
codecov []
Expand Down

0 comments on commit 9e0e45a

Please sign in to comment.