Skip to content

Commit 28bfcf1

Browse files
fix platformio install sometime failing on GH
1 parent 57de417 commit 28bfcf1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
sudo apt-get install -y lcov
5050
lcov -d .pio/build/native/ -c -o lcov.info
51-
lcov --remove lcov.info '*/usr/*' '*/Platforms/*' '*/bootloader/*' '*/.pio/*' '*/HAL/*' '*/test/*' '*/network/*' -o lcov.info
51+
lcov --remove lcov.info '*/usr/*' '*/Platforms/*' '*/bootloader/*' '*/.pio/*' '*/HAL/*' '*/test/*' '*/network/*' -o lcov.info --ignore-errors empty
5252
5353
- if: matrix.os == 'ubuntu-latest'
5454
name: Coveralls
@@ -89,8 +89,7 @@ jobs:
8989
runs-on: ${{ matrix.os }}
9090
strategy:
9191
matrix:
92-
project_folders:
93-
[
92+
project_folders: [
9493
examples/projects/l0,
9594
examples/projects/Arduino,
9695
examples/projects/NUCLEO-L432KC,

0 commit comments

Comments
 (0)