Skip to content

Commit 92fdb34

Browse files
committed
Actions: Fail actions if coveralls is down
1 parent 4b69bd2 commit 92fdb34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
CONDA_REMOVE_DEFAULTS: true
1818
# Coveralls: Set to false to ignore upload failures during outages.
1919
# Check status: https://status.coveralls.io/
20-
COVERALLS_FAIL_ON_ERROR: false
20+
COVERALLS_FAIL_ON_ERROR: true
2121

2222
jobs:
2323
# Only PRs to main run on all OSes. Everything else (PRs to

0 commit comments

Comments
 (0)