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

manahl / PyBloqs
88%
master: 89%

Build:
Build:
LAST BUILD BRANCH: rspencer01-v-1-4-3
DEFAULT BRANCH: master
Repo Added 25 Apr 2017 04:59PM UTC
Files 38
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 patch-1
branch: patch-1
CHANGE BRANCH
x
Reset
  • patch-1
  • 1.1.9
  • Add-Collapsible-Block
  • DataFrameMapCompat
  • add_typing
  • blog-post-photos
  • bugfix_cfg
  • bugfix_foo
  • bugfix_server_tabs
  • bugfix_utf8
  • cherry-pick-1.1.9-changelog-and-version-bump
  • code_block
  • decompress
  • docs_folders
  • feature/common_table_formatter
  • feature/increase-frontend-coverage
  • feature/initial-release
  • fix_docs
  • htmx_fixes
  • increase_circleci_coverage
  • master
  • no_async
  • p_140
  • p_141
  • p_142
  • permit_no_compression
  • pull/133
  • pybloqs_server
  • python-312-compat
  • readme_touchup
  • release
  • render_resources
  • replace_inner_html
  • rmorotti-pandas-applymap
  • rspencer01-docs-patch
  • rspencer01-patch-1
  • rspencer01-patch-2
  • rspencer01-v-1-4-3
  • set_server_id
  • unique_ids
  • update-contributors
  • use_old_compression

17 Mar 2025 11:16PM UTC coverage: 88.441% (+0.1%) from 88.324%
9125f32e-4a79-4c79-a152-e9eb4d91c059

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

9 of 9 new or added lines in 1 file covered. (100.0%)

2456 of 2777 relevant lines covered (88.44%)

4.41 hits per line

Relevant lines Covered
Build:
Build:
2777 RELEVANT LINES 2456 COVERED LINES
4.41 HITS PER LINE
Source Files on patch-1
  • Tree
  • List 36
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
9125f32e... patch-1 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 p... Pull #157 17 Mar 2025 11:19PM UTC Jialin gu circleci
88.44
46e1720d... patch-1 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 ... Pull #157 17 Mar 2025 10:42AM UTC web-flow circleci
88.32
See All Builds (520)
  • Repo 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

© 2025 Coveralls, Inc