feat: unpack header names as message kwargs (#82)

This commit is contained in:
J. Nick Koston
2022-10-07 06:57:53 -10:00
committed by GitHub
parent 2d265c1c4d
commit 7398a3fc47
3 changed files with 22 additions and 26 deletions

View File

@@ -65,7 +65,7 @@ jobs:
poetry install
fi
- name: Test with Pytest
run: export $(dbus-launch); poetry run pytest --cov-report=xml
run: export $(dbus-launch); poetry run pytest --cov-report=xml --timeout=5
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with: