Skip to content

Commit

Permalink
chore: ignore *Dialog&*Configurable&*Action.kt for codecov (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Sep 13, 2021
1 parent 614ccb8 commit 242a8f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ ignore:
- "**/*.md"
- "**/*.properties"
- "gradlew"
- "gradlew.bat"
- "gradlew.bat"
- "*Dialog.kt"
- "*Configurable.kt"
- "*Action.kt"

0 comments on commit 242a8f7

Please sign in to comment.