Skip to content

Commit

Permalink
Merge pull request #323 from mkinney/master
Browse files Browse the repository at this point in the history
fix smoke1 tests; regen protobufs
  • Loading branch information
mkinney authored Apr 11, 2022
2 parents f1abce9 + bd4d309 commit b78276e
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 198 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
run: |
pytest --cov=meshtastic --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
yml: ./codecov.yml
fail_ci_if_error: true
verbose: true
validate:
runs-on: ubuntu-latest
strategy:
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ test:
virt:
pytest -m smokevirt

# run the smoke1 test (after doing a factory reset and unplugging/replugging in device)
smoke1:
pytest -m smoke1 -s -vv

# local install
install:
pip install .
Expand Down
Loading

0 comments on commit b78276e

Please sign in to comment.