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

manahl / PyBloqs / 9125f32e-4a79-4c79-a152-e9eb4d91c059 / 1
88%
master: 89%

Build:
Build:
LAST BUILD BRANCH: rspencer01-v-1-4-3
DEFAULT BRANCH: master
Ran 17 Mar 2025 11:19PM UTC
Files 36
Run time 1s
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

17 Mar 2025 11:16PM UTC coverage: 88.288% (+0.04%) from 88.244%
9125f32e-4a79-4c79-a152-e9eb4d91c059.1

Pull #157

circleci

Jialin gu
fix yaml.load error

fix yaml.load() errors
TypeError: load() missing 1 required positional argument: 'Loader'
HINT: you should use yaml.safe_load() instead of yaml.load() to read yaml files.
.
in pyyaml 3+: yaml.load(file) takes one argument
in pyyaml 5+: yaml.load(file, loader=LoaderClass) requires an extra argument to specify a loader.
the yaml library could save and load raw python object out-of-the-box, which is insecure, so it stopped supporting that out-of-the-box.
.
to read yaml files, you should use yaml.safe_load() instead.
Pull Request #157: fix yaml.load error

2450 of 2775 relevant lines covered (88.29%)

0.88 hits per line

Source Files on job 9125f32e-4a79-4c79-a152-e9eb4d91c059.1
  • Tree
  • List 36
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9125
  • CircleCI Build #
  • 8ae76251 on github
  • Prev Job for on patch-1 (#c82f52d9-a8d7-45fe-a197-bd55abe07d8f.3)
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