Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

ECL no longer maintained #1027

ECL no longer maintained

ECL no longer maintained #1027

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
unit_tests:
runs-on: ubuntu-latest
container: px4io/px4-dev-base-focal:2021-05-04
steps:
- uses: actions/checkout@v1
- name: main test
run: make test
coverage:
runs-on: ubuntu-latest
container: px4io/px4-dev-base-focal:2021-05-04
steps:
- uses: actions/checkout@v1
- name: coverage
run: make coverage
- name: coverage_html
run: make coverage_html
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ecl