Coveralls logob
Coveralls logo
  • Home
  • Features
  • Pricing
  • Docs
  • Sign In

heroku / heroku-kafka-jsplugin
89%
master: 90%

DEFAULT BRANCH: master
Build:
LAST BUILD BRANCH: update_help_for_mtls
Repo Added 01 Sep 2016 12:48AM UTC
Total Files 25
# Builds 456 Last
Badge
Badge Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH avoid-in-for-flag-check
branch: avoid-in-for-flag-check
CHANGE BRANCH
x
Reset
  • avoid-in-for-flag-check
  • add-code-coverage
  • master
  • test-more
  • v2.0.3
  • 2.0.3
  • add-private-spaces-info-to-command-descriptions
  • v2.0.4
  • 2.0.4
  • better-retention-time-description
  • 2.0.5
  • v2.0.5
  • drop-useless-debug-logging
  • v2.0.6
  • 2.0.6
  • cli_command_for_rotating_client_credentials
  • use_data_apis_instead_of_client
  • v2.1.0
  • bump_version
  • bump_version_again
  • fix_data_size
  • v2.2.1
  • do-not-count-__consumer_offsets-in-kafka-info
  • 2.2.2
  • v2.2.2
  • fix-topic-count-better
  • 2.2.3
  • v2.2.3
  • minor-cleanup
  • drop-duplicate-add-on-name
  • preauth-everywhere
  • 2.3.0
  • v2.3.0
  • no_clients_no_problems
  • use_addon_id_instead_of_name
  • revert-122-use_addon_id_instead_of_name
  • bump_version_for_addon_uuid
  • v2.4.0
  • bump_version_for_data_endpoints
  • v2.5.0
  • no-more-default-partitions
  • warn_users_about_upgrades_more
  • add-prefix-support
  • consumer-groups-create
  • v2.6.0
  • 2.6.0
  • delete-consumer-groups
  • before-and-after
  • v2.7.0
  • 2.7.0
  • improve-release-documentation
  • fix-trigger-failure-message
  • drop-pointless-RF-check
  • remove-jmx
  • remove-recommendation
  • topics-info-proper
  • to-prefix-or-not
  • info-prefix
  • mix_compaction_and_retention_in_topic_info
  • prefix-command
  • show_max_topics_limit_in_kafka_info
  • unhide-cg
  • v2.8.0
  • 2.8.0
  • show_topic_limits
  • 2.8.1
  • v2.8.1
  • fix-topics-compaction-retention
  • catch_400_in_consumer_group_create
  • v2.9.0
  • 2.9.0
  • fix-consumer-group-creation-message
  • 2.9.1
  • v2.9.1
  • better-fail-messaging
  • v2.9.2
  • 2.9.2
  • v6-cmd
  • v6-compatibility
  • 2.9.3
  • fix-v6-compatibility-for-real-this-time
  • v2.9.4
  • fixup
  • standard-10
  • async-await
  • v2.9.6
  • use-np
  • v2.9.7
  • show-partition-replica-usage-and-limit
  • lint-better
  • make-creds--reset-flag-required
  • v2.9.9
  • handle_prefixed_topic_names_when_fetching_config
  • use-cli.color
  • v2.9.10
  • more-robust-config-var-handling-for-write-and-tail
  • v2.9.11
  • fix-info
  • v2.9.12
  • update_docs
  • kafka-topic-prefix-more-explicit
  • v2.9.13
  • link-to-centralized-plugin-publishing-docs
  • fix-readme-markdown
  • kafka_wait_bug
  • v2.9.14
  • optional-kafka
  • v2.9.15
  • snappyjs
  • v2.9.16
  • add-codeowners
  • drop-maybe-useless-.coveralls.yaml
  • v2.9.17
  • v2.10.0
  • dependabot/npm_and_yarn/eslint-4.18.2
  • dependabot/npm_and_yarn/stringstream-0.0.6
  • dependabot/npm_and_yarn/sshpk-1.16.1
  • dependabot/npm_and_yarn/is-my-json-valid-2.20.0
  • dependabot/npm_and_yarn/extend-3.0.2
  • dependabot/npm_and_yarn/tough-cookie-2.3.4
  • dependabot/npm_and_yarn/handlebars-4.5.3
  • fix-interval-formatting
  • v2.10.1
  • add_cek
  • main
  • update-default-branch
  • private_can_write_tail
  • private-not-shield
  • v2.11.0
  • dependabot/npm_and_yarn/ini-1.3.7
  • dependabot/npm_and_yarn/y18n-3.2.2
  • update_help_for_mtls

30 May 2017 - 21:43 First build on avoid-in-for-flag-check at 88.704%
561

push

travis-ci

272826142c0bcb8361d28db12fd8a282?size=18&default=identiconuhoh-itsmaciek
Avoid using the 'in' operator to check for presence of flags

CLI v5 only sends the flags the user passed in on the flags object,
but CLI v6 sends in all defined flags, with values of undefined for
ones not explicitly set. Since `'a' in { a: undefined }` is true,
change these to use an explicit check against `undefined` instead.

171 of 219 branches covered (78.08%)

534 of 602 relevant lines covered (88.7%)

5.23 hits per line

Relevant lines Covered
602 RELEVANT LINES 534 COVERED LINES
Build:
5.23 HITS PER LINE
Source Files on avoid-in-for-flag-check
  • List 25
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent Builds

Builds Branch Coverage Commit Committer Type Time Via
561 avoid-in-for-flag-check
88.7
Avoid using the 'in' operator to check for presence of flags CLI v5 only sends the flags the user passed in on the flags object, but CLI v6 sends in all defined flags, with values of undefined for ones not explicitly set. Since `'a' in { a: undef... 272826142c0bcb8361d28db12fd8a282?size=18&default=identiconuhoh-itsmaciek push 30 May 2017 11:35PM UTC travis-ci
See All Builds (456)
  • Repo on GitHub
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
BLOG · TWITTER · Legal & Privacy · Supported CI Services · What's a CI service? · Automated Testing

© 2021 Coveralls, Inc