diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-18 21:53:48 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-18 21:53:48 +0200 |
commit | 854e8468ea035b7d588ca7cc26a96f8f700541e7 (patch) | |
tree | badfb3484902ac282eb2fd94c111df87a8389acd /.github | |
parent | f8452c313ca78e5f04714331c4a222e8aed53805 (diff) |
Improved developer commands menu.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/auto.yml | 2 |
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 |