File tree Expand file tree Collapse file tree 5 files changed +177
-198
lines changed
Expand file tree Collapse file tree 5 files changed +177
-198
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 66virt :
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
1014install :
1115 pip install .
You can’t perform that action at this time.
0 commit comments