Skip to content

Commit 2d24324

Browse files
committed
Disable Codecov
1 parent 22aa241 commit 2d24324

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ansible-test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797
# which should improve CI performance. See limitations on
9898
# https://github.com/ansible-community/ansible-test-gh-action#pull-request-change-detection
9999
pull-request-change-detection: false
100+
# Disable Codecov
101+
coverage: never
100102

101103
###
102104
# Unit tests (OPTIONAL)
@@ -151,6 +153,8 @@ jobs:
151153
# which should improve CI performance. See limitations on
152154
# https://github.com/ansible-community/ansible-test-gh-action#pull-request-change-detection
153155
pull-request-change-detection: false
156+
# Disable Codecov
157+
coverage: never
154158
155159
check: # This job does nothing and is only used for the branch protection
156160
# or multi-stage CI jobs, like making sure that all tests pass before

0 commit comments

Comments
 (0)