summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-02-18 21:53:48 +0200
committerAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-02-18 21:53:48 +0200
commit854e8468ea035b7d588ca7cc26a96f8f700541e7 (patch)
treebadfb3484902ac282eb2fd94c111df87a8389acd /.github/workflows
parentf8452c313ca78e5f04714331c4a222e8aed53805 (diff)
Improved developer commands menu.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/auto.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml
index adec8b0..f0c280f 100644
--- a/.github/workflows/auto.yml
+++ b/.github/workflows/auto.yml
@@ -35,7 +35,7 @@ jobs:
# Run coverage xml
- name: Run unittests with coverage and generate xml
- run: poetry run covxml
+ run: poetry run dev covxml
# xml -> codecov
- name: Upload coverage reports to Codecov