Skip to content

Commit

Permalink
Add Codecov workflow (#979)
Browse files Browse the repository at this point in the history
* Add Codecov

Signed-off-by: Chase Engelbrecht <[email protected]>

* Fix spotless violations

Signed-off-by: Chase Engelbrecht <[email protected]>

* Use codecov ref from core

Signed-off-by: Chase Engelbrecht <[email protected]>

* Try using opensearch build example

Signed-off-by: Chase Engelbrecht <[email protected]>

* Change coverage file

Signed-off-by: Chase Engelbrecht <[email protected]>

* Don't manually specify coverage file

Signed-off-by: Chase Engelbrecht <[email protected]>

* coverage report is already getting uploaded, removing new one

Signed-off-by: Chase Engelbrecht <[email protected]>

---------

Signed-off-by: Chase Engelbrecht <[email protected]>
  • Loading branch information
engechas authored Apr 13, 2024
1 parent 41d5a2e commit 47f160f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
codecov:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "75...100"
status:
project:
default:
target: 75% # the required coverage value
threshold: 1% # the leniency in hitting the target

0 comments on commit 47f160f

Please sign in to comment.