Skip to content

Commit

Permalink
Fix coverage results including test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jeking3 committed Jan 1, 2025
1 parent 4c8dc3a commit 3c6dfc8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 2019 - 2021 Alexander Grund
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
#
# Sample codecov configuration file. Edit as required

codecov:
max_report_age: off
require_ci_to_pass: yes
notify:
# Increase this if you have multiple coverage collection jobs
after_n_builds: 2
wait_for_ci: yes

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

# Change how pull request comments look
comment:
layout: "reach,diff,flags,files,footer"

# Ignore specific files or folders. Glob patterns are supported.
# See https://docs.codecov.com/docs/ignoring-paths
ignore:
- libs/rational/test/
- test/

0 comments on commit 3c6dfc8

Please sign in to comment.