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

Qucs / qucs / 634
57%

Build:
DEFAULT BRANCH: master
Ran 21 Apr 2015 03:53AM UTC
Jobs 1
Files 523
Run time 28s
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

pending completion
634

Pull #235

travis-ci

yodalee
fix saveAs not update filename in tabwidget

The cause:
DocumentTab->setTabText(DocumentTab->indexOf(This), misc::properFileName(s));

setTabText should apply to TabWidget which contain widget 'w'
However here is apply to widget contain This, that is, main app
-------------------

The fix:
indexOf should search for 'w'
DocumentTab->setTabText(DocumentTab->indexOf(w), misc::properFileName(s));
Pull Request #235: fix saveAs not update filename in tabwidget

13496 of 33310 relevant lines covered (40.52%)

347504.4 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
33
100.0
qucs-core/libs/gtest/include/gtest/gtest-printers.h
85
100.0
qucs-core/src/math/matrix.cpp
105
100.0
qucs-core/libs/gtest/src/gtest-printers.cc
Jobs
ID Job ID Ran Files Coverage
1 634.1 21 Apr 2015 03:53AM UTC 0
40.52
Travis Job 634.1
Source Files on build 634
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #634
  • Pull Request #235
  • PR Base - master (#625)
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