Commit 2d24324 1 parent 22aa241 commit 2d24324 Copy full SHA for 2d24324
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 97
97
# which should improve CI performance. See limitations on
98
98
# https://github.com/ansible-community/ansible-test-gh-action#pull-request-change-detection
99
99
pull-request-change-detection : false
100
+ # Disable Codecov
101
+ coverage : never
100
102
101
103
# ##
102
104
# Unit tests (OPTIONAL)
@@ -151,6 +153,8 @@ jobs:
151
153
# which should improve CI performance. See limitations on
152
154
# https://github.com/ansible-community/ansible-test-gh-action#pull-request-change-detection
153
155
pull-request-change-detection: false
156
+ # Disable Codecov
157
+ coverage: never
154
158
155
159
check : # This job does nothing and is only used for the branch protection
156
160
# or multi-stage CI jobs, like making sure that all tests pass before
You can’t perform that action at this time.
0 commit comments