From a0e13beb161183989897e2c0d545ed28fccc53e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Fri, 10 Dec 2021 14:21:57 +0100 Subject: [PATCH] gha: using pytest-cov --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8003c9..b7e0afa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,10 +61,11 @@ jobs: with: packages: | coveralls + pytest-cov - name: Python tests working-directory: python run: | - coverage run ./setup.py test + pytest --cov intercoop intercoop - name: Coveralls uses: AndreMiras/coveralls-python-action@develop