Skip to content

Commit

Permalink
Enable codecov/patch status check for onnx code only (#2062)
Browse files Browse the repository at this point in the history
### Changes
As stated in the title

### Reason for changes
Only the ONNX precommit coverage results are currently uploaded, so
there is no sense checking and failing on patch coverage being always 0
on non-ONNX PRs.

### Related tickets
N/A

### Tests
coverage/patch check
  • Loading branch information
vshampor authored Aug 18, 2023
1 parent cd6ce8e commit a1074e7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ coverage:
only_pulls: true
paths:
- "nncf"
patch:
default:
branches:
- develop
informational: true
only_pulls: true
paths:
- "nncf/onnx" # extend this once we collect coverage reports for more than just onnx part of precommit

comment:
layout: "diff, flags, files"
require_changes: false # remove me
# require_changes: true
require_changes: false

require_head: false
require_base: false

0 comments on commit a1074e7

Please sign in to comment.