Skip to content

Commit

Permalink
[ci] Run sample app after regular tests, combine coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jul 24, 2024
1 parent 3abe052 commit 6a730c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ jobs:
- name: Tests
run: |
SAMPLE_APP=1 coverage run --source=openwisp_monitoring runtests.py
coverage run -a --source=openwisp_monitoring runtests.py
SAMPLE_APP=1 coverage run --source=openwisp_monitoring runtests.py
TIMESERIES_UDP=1 coverage run -a --source=openwisp_monitoring runtests.py
coverage combine
coverage xml
- name: Upload Coverage
Expand Down

0 comments on commit 6a730c7

Please sign in to comment.