Browse Source

Fix codecov coverage report

Peter Justin 6 years ago
parent
commit
98cdef49dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -33,6 +33,6 @@ setenv =
     COVERAGE_FILE = tests/.coverage
     COVERAGE_FILE = tests/.coverage
 commands =
 commands =
     coverage combine
     coverage combine
-    codecov
     coverage xml
     coverage xml
+    codecov
     coverage report
     coverage report