Quellcode durchsuchen

Add --token argument to codecov (what is the point of token if public:/)

Ask Solem vor 8 Jahren
Ursprung
Commit
f3446c444e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -41,7 +41,7 @@ commands =
     pip install -U -r{toxinidir}/requirements/dev.txt
     py.test -xv --cov=celery --cov-report=xml
     coverage xml
-    codecov -e TOXENV --required
+    codecov -e TOXENV --token=bb6ecc30-6d40-4f57-942e-406f5f579198 --required
 
 [testenv:apicheck]
 commands =