Skip to content

Commit b78276e

Browse files
authored
Merge pull request #323 from mkinney/master
fix smoke1 tests; regen protobufs
2 parents f1abce9 + bd4d309 commit b78276e

File tree

5 files changed

+177
-198
lines changed

5 files changed

+177
-198
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
run: |
4343
pytest --cov=meshtastic --cov-report=xml
4444
- name: Upload coverage to Codecov
45-
uses: codecov/codecov-action@v1
45+
uses: codecov/codecov-action@v2
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}
48-
file: ./coverage.xml
48+
files: ./coverage.xml
4949
flags: unittests
5050
name: codecov-umbrella
51-
yml: ./codecov.yml
5251
fail_ci_if_error: true
52+
verbose: true
5353
validate:
5454
runs-on: ubuntu-latest
5555
strategy:

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ test:
66
virt:
77
pytest -m smokevirt
88

9+
# run the smoke1 test (after doing a factory reset and unplugging/replugging in device)
10+
smoke1:
11+
pytest -m smoke1 -s -vv
12+
913
# local install
1014
install:
1115
pip install .

0 commit comments

Comments
 (0)