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

INTI-CMNB / KiBoM
79%
master: 85%

Build:
Build:
LAST BUILD BRANCH: fix_changing_fields
DEFAULT BRANCH: master
Repo Added 15 Jul 2020 01:30PM UTC
Files 15
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 fix_changing_fields
branch: fix_changing_fields
CHANGE BRANCH
x
Reset
  • fix_changing_fields
  • 1.9.0
  • 1.9.1
  • add_exclude_from_bom
  • colon_sep_option
  • fix-readme-pypi
  • fix_column_case
  • fix_various_ini_details_1
  • hkennyv-add-sheetpath
  • master
  • reg_include_priority_doc
  • space_before_unit
  • v1.8.0-3
  • v1.9.0
  • v1.9.1
  • v1.9.1-2

02 Jan 2024 05:02PM UTC coverage: 78.661%. First build
7388438449

push

github

set-soft
Replacing field values using the complex_variant = True option is not case sensitive.

If the field name to be replaced contains uppercase letters, the comparison will fail because of the following code

if field.get('field', 'name') == name:

The first part of the comparison may contain uppercase letters. The latter part is typically lower case, but for safety reasons, I apply lower() as well. This PR contains the fix and also squashes some trailing white spaces.

1257 of 1598 relevant lines covered (78.66%)

0.79 hits per line

Relevant lines Covered
Build:
Build:
1598 RELEVANT LINES 1257 COVERED LINES
0.79 HITS PER LINE
Source Files on fix_changing_fields
  • Tree
  • List 15
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
7388438449 fix_changing_fields Replacing field values using the complex_variant = True option is not case sensitive. If the field name to be replaced contains uppercase letters, the comparison will fail because of the following code if field.get('field', 'name') == name: The... push 02 Jan 2024 05:03PM UTC set-soft github
78.66
See All Builds (108)
  • 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