• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sk- / git-lint / 285 / 4
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: fix-yaml-load
DEFAULT BRANCH: master
Ran 10 Apr 2019 12:39AM UTC
Files 6
Run time 0s
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

10 Apr 2019 12:34AM UTC coverage: 98.588%. First build
285.4

Pull #142

travis-ci

web-flow
Silence yaml load warning

```
/home/venv/lib/python3.6/site-packages/gitlint/__init__.py:105: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  yaml_config = yaml.load(content)
```

We could preserve existing behaviour with `yaml.full_load(content)` or
`yaml.load(content, Loader=yaml.FullLoader)` - that's up to the
maintainer. But it seems to me that safe_load is most appropriate
in this case.

https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
Pull Request #142: Silence yaml load warning

349 of 354 relevant lines covered (98.59%)

0.99 hits per line

Source Files on job 285.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 227
  • Travis Job 285.4
  • ab905e95 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc