Skip to content

Commit

Permalink
update codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
yohamta committed Aug 6, 2024
1 parent 424cd85 commit dfe3510
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img src="https://goreportcard.com/badge/github.com/daguflow/dagu" />
</a>
<a href="https://codecov.io/gh/daguflow/dagu">
<img src="https://codecov.io/gh/dagu-dev/dagu/branch/main/graph/badge.svg?token=CODZQP61J2" />
<img src="https://codecov.io/gh/daguflow/dagu/branch/main/graph/badge.svg?token=CODZQP61J2" />
</a>
<a href="https://github.com/daguflow/dagu/releases">
<img src="https://img.shields.io/github/release/daguflow/dagu.svg" />
Expand Down
7 changes: 7 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
coverage:
ignore:
# Ignore frontend code for now
- "internal/frontend"
# Test code
- "internal/test"
# Executor code does not measure coverage for now
- "internal/dag/executor"
# The filenotify is a third party library
- "internal/scheduler/filenotify"
status:
project:
default:
Expand Down

0 comments on commit dfe3510

Please sign in to comment.