Skip to content

Commit

Permalink
fixed coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Dec 19, 2023
1 parent 2f46469 commit 5a8f923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/luxonis-ml-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: pavelzw/pytest-action@v2
with:
emoji: false
custom-arguments: --cov ${{ github.event.inputs.src-dir }} --cov-report xml --junit-xml pytest.xml
custom-arguments: --cov ${{ inputs.src-dir }} --cov-report xml --junit-xml pytest.xml

- name: Create Test Report
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit 5a8f923

Please sign in to comment.