summaryrefslogtreecommitdiff
path: root/.github/workflows/auto.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/auto.yml')
-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