Skip to content

Commit

Permalink
Issue 148: Configuring codecov for PR validation tasks (#377)
Browse files Browse the repository at this point in the history
* Adding codecov for PR validation task

Signed-off-by: anishakj <[email protected]>

* updating target to 70%

Signed-off-by: anishakj <[email protected]>
  • Loading branch information
anishakj authored Aug 16, 2021
1 parent 54a22af commit 0e6b703
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#
# Copyright Pravega Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
codecov:
require_ci_to_pass: yes
max_report_age: off
notify:
wait_for_ci: yes

coverage:
status:
project:
default:
threshold: 0.5%
patch:
default:
target: 70%
ignore:
- "**/generated/**"
- "test"

0 comments on commit 0e6b703

Please sign in to comment.