Skip to content

Commit

Permalink
added codecov config file
Browse files Browse the repository at this point in the history
  • Loading branch information
kopaygorodsky committed May 29, 2021
1 parent 955bd35 commit 07b799c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright SecureKey Technologies Inc. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0

coverage:
status:
project:
default:
# this project is not currently at the desired target of 85%
# target: 85%
target: 70%
patch:
default:
target: 85%
only_pulls: true

ignore:
- "testing/integration/**/*"

0 comments on commit 07b799c

Please sign in to comment.