Skip to content

Limit coverage reporting to source dir #53

Limit coverage reporting to source dir

Limit coverage reporting to source dir #53

Workflow file for this run

name: precommit
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
onnx:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/setup-python@v3
with:
python-version: 3.8.10
- name: Install NNCF and test requirements
run: make install-onnx-test
- name: Run ONNX precommit test scope
run: make test-onnx
- name: Upload coverage report as artifact
uses: actions/upload-artifact@v3
with:
name: coverage_xml # optional
path: ./coverage.xml