Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros authored Mar 21, 2024
1 parent d5fe310 commit a3e4333
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
codecov:
require_ci_to_pass: yes

coverage:
ignore:
- "third_party/catch.hpp"
precision: 2
round: down
range: "70...100"


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

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

ignore:
- "third_party/catch.hpp"

0 comments on commit a3e4333

Please sign in to comment.