Skip to content

Commit

Permalink
one oine
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjeld Schouten-Lebbing authored Dec 16, 2019
1 parent e4ae9aa commit 7869808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/ax_code_coverage.m4
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ code-coverage-clean:
# use the git-version-gen script, available online.
# Add any folders you want to ignore here
CODE_COVERAGE_IGNORE_PATTERN ?= "/tmp/*" # Build-in tmp folder ignore.
CODE_COVERAGE_IGNORE_PATTERN += "*/tests/*" # Tests don't have to cover themselves
# Ignore tmp and tests themselves
CODE_COVERAGE_IGNORE_PATTERN ?= "/tmp/*" "*/tests/*"
# Optional variables
CODE_COVERAGE_DIRECTORY ?= $(top_builddir)
Expand Down

0 comments on commit 7869808

Please sign in to comment.