ci: fix typo
This commit is contained in:
parent
5565a934f7
commit
e11d9a8315
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
make test
|
make test
|
||||||
|
|
||||||
- name: Upload coverate reports
|
- name: Upload coverage reports
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: coverage_reports
|
name: coverage_reports
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue