Skip to content

Commit

Permalink
Move coverage to test-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli committed Sep 29, 2023
1 parent 3679451 commit d7dc92e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,13 @@ jobs:
run: pip3 install .[dev,torchvision,onnxruntime] torch==1.9.1
- name: "🔬 Running onnx tests"
run: make test TARGETS=onnx
coverage:
runs-on: ubuntu-latest
steps:
- run: pytest --cov=src --cov-report=xml:coverage.xml

- name: Report Coverage
uses: orgoro/[email protected]
with:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d7dc92e

Please sign in to comment.