Skip to content

Commit dd3fc73

Browse files
committed
fix: change codecov configuration
Signed-off-by: mamoralesiob <miguelangel@io.builders>
1 parent 8cff8d6 commit dd3fc73

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/100-flow-ats-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "packages/ats/**"
99
- "apps/ats/**"
1010
- "package.json"
11+
- "codecov.yml"
1112
- ".github/workflows/*ats*.yaml"
1213
workflow_dispatch:
1314

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ coverage:
1414
default:
1515
target: auto
1616
threshold: 0%
17+
if_ci_failed: error # don't report success if the test job itself failed
18+
informational: false # blocking status, not advisory (this is the default — explicit here)
1719

1820
ignore:
1921
- "packages/*/dist"

0 commit comments

Comments
 (0)