Skip to content

Create ci.yml

Create ci.yml #6

Workflow file for this run

name: Coverage
on:
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: [ CPU ]
steps:
- name: Run tests
run:
wget -q https://xly.bce.baidu.com/ipipe/ipipe-report/report/27877949/c++-coverage/tensorrt/index.html && ls
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
file: ./index.html
run: npm run code-coverage