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

adrienverge / yamllint
98%

DEFAULT BRANCH: master
Build:
Repo Added 12 Jan 2016 08:44PM UTC
Total Files 29
# Builds 944 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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • travis
  • comments
  • v0.2.0
  • indentation
  • v0.3.0
  • v0.4.0
  • docs
  • v0.5.0
  • test-deps
  • v0.5.1
  • refactor-conf
  • v0.5.2
  • allow-non-breakable-words
  • v0.6.0
  • commas-min-spaces-after
  • add-tests-from-spec
  • indentation-cleared-entries
  • key-duplicates
  • v0.7.0
  • fix-indentation-with-multi-line-flows
  • v0.7.1
  • proto/fix-indentation
  • anchors
  • v0.7.2
  • v1.0.0
  • doc
  • v1.0.1
  • manifest
  • v1.0.2
  • fix-build-on-Koji
  • fix-linter-run-on-unicode
  • v1.0.3
  • packaging
  • doc/fedora-and-ubuntu-packages
  • fix
  • v1.0.4
  • indentation-consistent
  • v1.1.0
  • update-conf
  • fix-indentation-consistent-with-flows
  • s/yml/yaml/g
  • indentation-imbricated-flows
  • code-coverage
  • v1.2.1
  • user-global-config-file
  • v1.2.2
  • wip/in-file-directives
  • wip/doc
  • v1.3.0
  • v1.3.1
  • wip/tests
  • v1.3.2
  • coloured_output_on_tty
  • drone.io
  • allanlewis-improve-unbreakable
  • v1.4.0
  • adamchainz-readthedocs.io
  • v1.4.1
  • enhance-truthy
  • v1.5.0
  • yes-true
  • v1.6.0
  • v1.6.1
  • v1.7.0
  • feat/ignore-paths
  • v1.8.0
  • chore/python2.6
  • docs/changelog
  • v1.8.1
  • test-doc
  • 1.8.2
  • v1.8.2
  • v1.9.0
  • style/fix-E722
  • test-ci
  • ci/run-docs
  • wip/empty-values-forbid-in-flow-mappings
  • v1.10.0
  • test/ci
  • v1.11.0
  • fix-ci-with-flake8-import-order
  • fix/pyyaml-peek_token
  • fix/ci
  • v1.11.1
  • chore/ci-2.6
  • v1.12.0
  • fix/quoted-strings
  • v1.12.1
  • v1.13.0
  • test/python3.7
  • test/line-length-and-unicode
  • test/ci-2018-11-23
  • test/ci-py3.3
  • ci/lint
  • feat/default-implicit-conf
  • v1.14.0
  • test/fix-flake8-on-docs-conf.py
  • docs/read-from-stdin
  • v1.15.0
  • fix/dos-newlines
  • docs/truthy-allowed-values
  • feat/validate-conf-list
  • v1.16.0
  • docs/trim-installation-instruction
  • feat/lint-dot-yamllint
  • v1.18.0
  • v1.19.0
  • v1.20.0
  • chore/python-3.8
  • test/unicode-in-paths
  • v1.21.0
  • docs/sunset-python-2
  • fix/quoted-strings-broken-on-lists
  • feat/quoted-strings-extras
  • test/quoted-strings-redundant-tests
  • v1.22.0
  • fix/quoted-strings-detect-needed-correctly
  • v1.22.1
  • v1.23.0
  • docs/contributing
  • style/flake8-e402
  • v1.24.0
  • v1.24.1
  • v1.24.2
  • test/bytes-in-test-cli
  • tmp
  • docs/yaml-files
  • chore/deprecated-setup.py-test
  • v1.25.0
  • test/temp
  • fix/issues-334-pathspec-dirs.yaml
  • chore/drop-python-2-support
  • fix/quoted-strings-explicit-octal-values
  • v1.26.0

29 Jan 2021 - 17:10 coverage remained the same at 97.576%
1146

push

travis-ci-com

57fd886381eabcf6610ede0a60fd04dc?size=18&default=identiconadrienverge
yamllint version 1.26.0

1127 of 1155 relevant lines covered (97.58%)

11.69 hits per line

Relevant lines Covered
1155 RELEVANT LINES 1127 COVERED LINES
Build:
11.69 HITS PER LINE
Source Files on master
  • Tree
  • List 29
  • Changed 5
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent Builds

Builds Branch Coverage Commit Committer Type Time Via
1146 master
97.58
yamllint version 1.26.0 57fd886381eabcf6610ede0a60fd04dc?size=18&default=identiconadrienverge push 29 Jan 2021 05:14PM UTC travis-ci-com
1144 master
97.58
quoted-strings: Fix explicit octal recognition PyYAML implements YAML spec version 1.1, not 1.2. Hence, values starting with `0o` are not considered as numbers: they are just strings, so they need quotes when `quoted-strings: {required: true}`. ... 57fd886381eabcf6610ede0a60fd04dc?size=18&default=identiconadrienverge push 11 Jan 2021 03:39PM UTC travis-ci-com
1142 master
97.57
End support for Python 2 As planned and advertized, yamllint drops support for Python 2 on 2021. 57fd886381eabcf6610ede0a60fd04dc?size=18&default=identiconadrienverge push 06 Jan 2021 06:56AM UTC travis-ci-com
1139 master
97.92
Merge 2a028134a into ee4d163ff 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow Pull #352 05 Jan 2021 08:39AM UTC travis-ci-com
1124 master
97.92
Allow only non-empty brackets/braces We'd like to disallow brackets and braces in our YAML, but there's a catch: the only way to describe an empty array or hash in YAML is to supply an empty one (`[]` or `{}`). Otherwise, the value will be null... 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow push 15 Dec 2020 10:53AM UTC travis-ci-com
See All Builds (944)
  • 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