diff options
Diffstat (limited to 'ansible_collections/lowlydba/sqlserver/.github/codecov.yml')
-rw-r--r-- | ansible_collections/lowlydba/sqlserver/.github/codecov.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ansible_collections/lowlydba/sqlserver/.github/codecov.yml b/ansible_collections/lowlydba/sqlserver/.github/codecov.yml new file mode 100644 index 00000000..afdb55e7 --- /dev/null +++ b/ansible_collections/lowlydba/sqlserver/.github/codecov.yml @@ -0,0 +1,14 @@ +fixes: + - "/ansible_collections/lowlydba/sqlserver/::" + +coverage: + status: + project: + default: + # basic + target: auto + threshold: 5% + patch: + default: + # basic + target: 90% |