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

Qucs / qucs / 636
57%

Build:
DEFAULT BRANCH: master
Ran 21 Apr 2015 04:14AM UTC
Jobs 1
Files 523
Run time 27s
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
636

Pull #237

travis-ci

yodalee
fix projectView shows dot filename wrong place

The repeat steps:
1. Create a filename with dot like: MyFile_v0.1.sch
2. The file will shows in category "Others" in project content
   But it should be in "Schematics"

The cause:
It's caused by projectView.cpp, when it categorize files by extension
it get extension name with following line:
extName = QFileInfo(workPath.filePath(fileName)).completeSuffix();
which get the complete suffix:
complete suffic of `MyFile_v.0.1.sch` will be `0.1.sch`
which is not a '*.sch" file.

The fix:
Change completeSuffix into suffix
extName = QFileInfo(workPath.filePath(fileName)).suffix();
so filename with dot still get right extensions
Pull Request #237: fix projectView shows dot filename wrong place

13495 of 33310 relevant lines covered (40.51%)

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 636.1 21 Apr 2015 04:14AM UTC 0
40.51
Travis Job 636.1
Source Files on build 636
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #636
  • Pull Request #237
  • 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