Merge branch 'master' into feature-bloomrouter

This commit is contained in:
medentem 2025-01-02 10:54:53 -06:00 committed by GitHub
commit 8cebbd64e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,6 +84,11 @@ jobs:
run: echo "version=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
id: version
# Disable (comment-out) BUILD_EPOCH. It causes a full rebuild between tests and resets the
# coverage information each time.
- name: Disable BUILD_EPOCH
run: sed -i 's/-DBUILD_EPOCH=$UNIX_TIME/#-DBUILD_EPOCH=$UNIX_TIME/' platformio.ini
- name: PlatformIO Tests
run: platformio test -e coverage --junit-output-path testreport.xml