summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-02-17 09:41:48 +0200
committerAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-02-17 09:41:48 +0200
commite785dbd4f726c5716f21071ed25dc35ac87c0c74 (patch)
tree781373b78380a1ffd1ea8c5dc8ceb2bd313631e9 /.github/workflows
parent4eff4a32cfa594cc2a3df3885de92d407edc6675 (diff)
Dev tools and directory structure rework.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/auto.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml
index 01f65bb..adec8b0 100644
--- a/.github/workflows/auto.yml
+++ b/.github/workflows/auto.yml
@@ -33,13 +33,9 @@ jobs:
- name: Install poetry dependencies
run: poetry install
- # Run unittests
- - name: Run unittests with coverage
- run: poetry run python3 -m coverage run --branch -m pytest -v
-
- # coverage -> xml
- - name: Generate coverage report
- run: poetry run python3 -m coverage xml
+ # Run coverage xml
+ - name: Run unittests with coverage and generate xml
+ run: poetry run covxml
# xml -> codecov
- name: Upload coverage reports to Codecov
@@ -49,4 +45,4 @@ jobs:
# pylint
- name: Run pylint against the code
- run: poetry run python3 -m pylint -v .
+ run: poetry run pylint