Skip to content

Commit

Permalink
Create .codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ks905383 authored Feb 13, 2024
1 parent 7598237 commit e624124
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
coverage:
status:
project:
default:
# basic
target: auto #default
threshold: 0%
base: auto
flags:
- unit
paths:
- "src"
# advanced settings
branches:
- master
# always succeed for now
if_ci_failed: success #success, failure, error, ignore
informational: false
only_pulls: false

0 comments on commit e624124

Please sign in to comment.