ci: fix coverage ignore directories (#2420)

This commit is contained in:
ReenigneArcher 2024-04-14 13:38:01 -04:00 committed by GitHub
commit 76d08eb883
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 6 deletions

View file

@ -13,3 +13,7 @@ comment:
layout: "diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
ignore:
- "tests"
- "third-party"