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

abs-lang / abs
71%
master: 76%

DEFAULT BRANCH: master
Build:
LAST BUILD BRANCH: go-116
Repo Added 31 Jan 2019 09:07PM UTC
Total Files 7
# Builds 1432 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 deprecate-legacy-command-syntax
branch: deprecate-legacy-command-syntax
CHANGE BRANCH
x
Reset
  • deprecate-legacy-command-syntax
  • badges
  • 1.1.x
  • make-hashes-iterable
  • destructuring-hashes
  • issue-144-cd-only
  • key-in-hash
  • sleep
  • contributing
  • release-1.1.0
  • 1.1.0
  • master
  • 1.2.x
  • issue-144-v2
  • issue-166
  • issue-164
  • issue-164-v2
  • parse-exponential-notation
  • absrc-source-file
  • background-commands
  • issue-171
  • issue-171-alex
  • mount-abs-history-in-dev
  • better-illegal-tokens-when-parsing-numbers
  • number-math-rounding
  • issue-190
  • doc-command-executor
  • add-code-of-conduct-1
  • 1.2.0
  • 1.3.x
  • bats-testing
  • go-1.12
  • unicode
  • issue-199-exec
  • 1.3.0
  • 1.4.x
  • underscores-in-numeric-literals
  • go-mod
  • hash-str-should-convert-to-valid-json
  • implicit-return-value
  • fix-hash-to-json
  • 1.3.1
  • benchmark-for-lazy-evaluation
  • lazy-evaluation-in-1.3.x
  • 1.3.2
  • repl-without-terminal-no-panic
  • eval
  • allow-digits-in-vars
  • 1.4.0
  • 1.5.x
  • negate-in
  • 1.4.1
  • break-continue
  • higher-file-writers
  • stack-overflow
  • unique
  • 1.5.0
  • numeric-bash-arguments-support
  • 1.6.x
  • 1.5.1
  • index-ranges
  • 1.6.0
  • 1.7.x
  • return-semicolon
  • 1.6.1
  • playground
  • reverse-search
  • echo-dying-message
  • reverse-search-2
  • replace-array
  • replace-short-form
  • number-abbr
  • index-ranges-bug
  • 1.6.2
  • 1.7.0
  • 1.8.x
  • source-vs-require
  • negative-indexes
  • bash-style-interpolation-in-strings
  • go-prompt-master
  • array-tsv
  • go-1.13
  • abs-installer-fixes
  • 1.8.0
  • 1.9.x
  • issue-284
  • 1.8.1
  • optional-chaining
  • arg-panic
  • 1.8.2
  • 1.8.3
  • 1.10.x
  • 1.10.0
  • 1.11.x
  • dependabot/bundler/docs/rubyzip-2.2.0
  • issue-303
  • issue-315
  • 1.10.1
  • named-functions
  • decorators
  • fn-call
  • 1.11.0
  • fix-324
  • 1.11.1
  • dependabot/bundler/docs/nokogiri-1.10.8
  • 1.11.2
  • embedded-interpolation
  • 1.11.3
  • multiple-decorators
  • 1.11.4
  • simplified-installer
  • 1.12.x
  • builtin-functions-tests
  • fn-chunk
  • fn-clamp
  • fn-between
  • upgraded-deps
  • funny-cases
  • find-shortcut
  • array-intersect
  • array-diff
  • symmetric-diff
  • array-union
  • array-flatten
  • array-flatten-deep
  • array-max
  • array-min
  • array-reduce
  • array-partition
  • 1.12.0
  • 1.13.x
  • std-library
  • fix-mixing-property-and-index-expression
  • 1.12.1
  • 2.0.x
  • deprecations
  • upgrade-guide
  • index-range-panics
  • 2.0.0
  • 2.1.x
  • descending-int-range
  • default-args-for-functions
  • 2.2.x
  • 2.1.0
  • cli-repl
  • write-outer-scope
  • memoize
  • 2.2.0
  • 2.3.x
  • fix-tests
  • memo-fix
  • 2.2.1
  • fix-negative-precedence
  • 2.2.2
  • bye-bye-darwin-386
  • go-1.15
  • 2.3.0
  • 2.4.x
  • edge-case-silent-return
  • 2.3.1
  • array-shuffle
  • reverse-copy
  • 2.5.x
  • 2.4.0
  • go-116

30 Jul 2019 - 14:47 coverage remained the same at 70.899%
727

Pull #254

travis-ci-com

9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow
Deprecate / "unfavour" the legacy command syntax, closes #220

The `$()` syntax for commands is cool and works ok,
but presents issues with parsing and escaping. With
this PR this syntax has been removed from most of the
docs, replaced by the simpler backtick commands.

Since `$()` is still useful for embedding commands,
we kept a section of the docs dedicated to explaining
when you should use this vs backticks.
Pull Request #254: Deprecate / "unfavour" the legacy command syntax, closes #220

2580 of 3639 relevant lines covered (70.9%)

81.69 hits per line

Relevant lines Covered
3639 RELEVANT LINES 2580 COVERED LINES
Build:
81.69 HITS PER LINE
Source Files on deprecate-legacy-command-syntax
  • Tree
  • List 14
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent Builds

Builds Branch Coverage Commit Committer Type Time Via
727 deprecate-legacy-command-syntax
70.9
Deprecate / "unfavour" the legacy command syntax, closes #220 The `$()` syntax for commands is cool and works ok, but presents issues with parsing and escaping. With this PR this syntax has been removed from most of the docs, replaced by the simp... 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow Pull #254 30 Jul 2019 02:53PM UTC travis-ci-com
725 deprecate-legacy-command-syntax
70.9
Deprecate / "unfavour" the legacy command syntax, closes #220 The `$()` syntax for commands is cool and works ok, but presents issues with parsing and escaping. With this PR this syntax has been removed from most of the docs, replaced by the simp... 7e1b44a243d0cd4a01e5de1fa41fc0ed?size=18&default=identiconodino push 30 Jul 2019 02:47PM UTC travis-ci-com
See All Builds (1432)
  • 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