Skip to content

Commit

Permalink
Add codecov yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattMufson committed Mar 8, 2024
1 parent 0912802 commit 1e58d52
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
target: auto
threshold: 5%
base: auto
branches:
- main
if_ci_failed: error
informational: true
only_pulls: false
patch: off

comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false
require_base: no
require_head: yes
branches:
- "main"

parsers:
solidity:
enable_partials: yes

ignore:
- "test/**/*"

flags:
foundry:
paths:
- "src/"
carryforward: true

fixes:

github_checks:
annotations: true

0 comments on commit 1e58d52

Please sign in to comment.