fix: UDP-transport hardening, bridge tracker coverage, CI repairs; release 0.7.2 (#840)

* fix: UDP-transport hardening, bridge tracker coverage, CI repairs; release 0.7.2

* fix: UDP-transport hardening, bridge tracker coverage, CI repairs; release 0.7.2
This commit is contained in:
l5y
2026-07-06 00:30:52 +02:00
committed by GitHub
parent df201f3ee4
commit 2479a6554f
19 changed files with 483 additions and 37 deletions
+5 -1
View File
@@ -37,9 +37,13 @@ jobs:
with:
python-version: "3.13"
- name: Install dependencies
# Install from the manifest, not a hand-picked list: PR #838 added
# `cryptography` to data/requirements.txt and the hand-list here missed
# it, breaking test collection on main. requirements.txt already carries
# the dev deps (black/pytest/pytest-cov) too.
run: |
python -m pip install --upgrade pip
pip install black pytest pytest-cov meshtastic meshcore
pip install -r data/requirements.txt
- name: Test with pytest and coverage
run: |
mkdir -p reports