chore: fix ci
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: poetry install
|
||||
- name: Test with Pytest
|
||||
run: poetry run pytest --cov-report=xml
|
||||
run: export $(dbus-launch); poetry run pytest --cov-report=xml
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user