Skip to content

Commit

Permalink
add codecov config (#3037)
Browse files Browse the repository at this point in the history
* add codecov config

* add copyright

Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>
  • Loading branch information
HarrisChu and yixinglu committed Oct 13, 2021
1 parent 66aec86 commit 258e589
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright (c) 2021 vesoft inc. All rights reserved.
#
# This source code is licensed under Apache 2.0 License,
# attached with Common Clause Condition 1.0, found in the LICENSES directory.

# For more configuration details:
# https://docs.codecov.io/docs/codecov-yaml

# validate the configuration:
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate

codecov:
allow_pseudo_compare: True
allow_coverage_offsets: True

0 comments on commit 258e589

Please sign in to comment.