Skip to content

Commit

Permalink
Merge pull request #15128 from eduardoj/feature/exclude_dev_tasks_fro…
Browse files Browse the repository at this point in the history
…m_codecov_ii

Fix expression to exclude dev rake tasks from codecov
  • Loading branch information
saraycp committed Oct 30, 2023
2 parents 0e0e2e4 + ebed7a3 commit 390505d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ coverage:
target: auto
base: auto
threshold: 1
paths:
- !src/api/lib/tasks/dev/

ignore:
- "src/api/lib/tasks/dev/"
comment:
layout: "reach, diff, flags"
require_changes: true

0 comments on commit 390505d

Please sign in to comment.