Skip to content

Commit

Permalink
add codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justkawal committed Nov 10, 2023
1 parent 2d1df67 commit b215449
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
codecov:
require_ci_to_pass: true

coverage:
status:
project: off
patch: off

parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no

# excluding generated files and examples from the coverage report
ignore:
- "**/example/"
- "examples"
- "**/*.g.dart"

comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: false

0 comments on commit b215449

Please sign in to comment.