xcov 1.4.1 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/xcov/options.rb +2 -2
- data/lib/xcov/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f94dcc71886e6367d57d49893f4f19f6090d1f0
|
|
4
|
+
data.tar.gz: 1a1a889cf1bf4d5efcc5e66f7c545badf7533365
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 770b052c6f3c6fbac211ad06d4462cb1a1bbfdcb049207e8f9b2e5ba8778f468ac1d62c116e3d1ef8b44001346719c0839d27fcaea21d9937defff8a6e511f58
|
|
7
|
+
data.tar.gz: 32cf845fa01a100986e0a57f8e2798e1748c9159e19b6e0405a2e334067f3b9bbbc2e026ddb1d031deaf8d2954c3b9432f080eafe3eac4a2806bb078090dc627
|
data/lib/xcov/options.rb
CHANGED
|
@@ -195,9 +195,9 @@ module Xcov
|
|
|
195
195
|
key: :disable_coveralls,
|
|
196
196
|
env_name: "DISABLE_COVERALLS",
|
|
197
197
|
default_value: false,
|
|
198
|
-
|
|
198
|
+
is_string: false,
|
|
199
199
|
optional: true,
|
|
200
|
-
description: "Add this flag to disable automatic submission to Coveralls
|
|
200
|
+
description: "Add this flag to disable automatic submission to Coveralls"
|
|
201
201
|
),
|
|
202
202
|
FastlaneCore::ConfigItem.new(
|
|
203
203
|
key: :coveralls_service_name,
|
data/lib/xcov/version.rb
CHANGED