mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
github actions: temporarily disable SITL Tests (Code Coverage)
This commit is contained in:
parent
2bbf73097b
commit
793d1d7889
5
.github/workflows/sitl_tests_coverage.yml
vendored
5
.github/workflows/sitl_tests_coverage.yml
vendored
@ -14,8 +14,9 @@ jobs:
|
||||
run: update-alternatives --install /usr/bin/python python /usr/bin/python3 10
|
||||
- name: Install psutil
|
||||
run: pip3 install psutil
|
||||
- name: Run simulation tests
|
||||
run: make tests_integration_coverage
|
||||
# TODO: disabled 2019-01-09 due to failures
|
||||
# - name: Run simulation tests
|
||||
# run: make tests_integration_coverage
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user