Skip to content

Commit

Permalink
Enable codecov github-check in CI (#10404)
Browse files Browse the repository at this point in the history
This PR enables github-check for `codecov` that annotates code changes that are not being covered in pytests.

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #10404
  • Loading branch information
galipremsagar authored Mar 10, 2022
1 parent 289a6a1 commit dbe7b4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
coverage:
status:
project: off
patch: off
patch: on

github_checks:
annotations: true

0 comments on commit dbe7b4f

Please sign in to comment.