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

Qiskit / rustworkx / 9711339379
94%

Build:
DEFAULT BRANCH: main
Ran 28 Jun 2024 10:37AM UTC
Jobs 1
Files 105
Run time 1min
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

28 Jun 2024 10:26AM UTC coverage: 95.392% (+0.004%) from 95.388%
9711339379

push

github

web-flow
Fix dot file generation (#1229)

This commit fixes a regression introduced in #1203. That PR was
attempting to fix missing character escaping in some string fields
but it was doing so too eagerly. This would result in invalid dot
files being produced for users upgrading from rustworkx < 0.15.0 that
were wrapping strings in quotes as needed previously. For example if you
were setting `'color="#aaaaaa"'` previously before this would become
`color="\"#aaaaaa\""` after #1203. In order to quickly release a 0.15.1
this commit reverts the dot generation component of #1203 but updates
the code to wrap tooltip in addition to label which was what the
original bug reported. In 0.16.0 we should investigate adding a flag to
control the escaping behavior of the function to either decide to wrap
values in quotes or not.

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

17969 of 18837 relevant lines covered (95.39%)

1121168.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9711339379.1 28 Jun 2024 10:37AM UTC 105
95.39
GitHub Action Run
Source Files on build 9711339379
  • Tree
  • List 105
  • Changed 24
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #9711339379
  • ffcd38fe on github
  • Prev Build on main (#9704784541)
  • Next Build on main (#9714127964)
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