Philipp Hörist pushed to branch master at gajim / gajim


Commits:
ddba9947 by Philipp Hörist at 2023-04-16T19:50:21+02:00
ci: Fix coverage invocation

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -65,9 +65,9 @@ test-unittest:
   stage: test
   script:
     - pip install git+https://dev.gajim.org/gajim/python-nbxmpp.git
-    - python-coverage run --source=gajim -m unittest discover -s test -v
-    - python-coverage report -mi
-    - python-coverage xml -i
+    - python3-coverage run --source=gajim -m unittest discover -s test -v
+    - python3-coverage report -mi
+    - python3-coverage xml -i
   coverage: "/TOTAL.+ ([0-9]{1,3}%)/"
   artifacts:
     reports:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/ddba9947d1d2d2bdb269793276ec46d6e27a6e5d

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/ddba9947d1d2d2bdb269793276ec46d6e27a6e5d
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to