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

feeluown / FeelUOwn / 72 / 3
55%
master: 55%

Build:
DEFAULT BRANCH: master
Ran 06 May 2021 12:21PM UTC
Files 167
Run time 16s
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

06 May 2021 12:21PM UTC coverage: 37.88%. Remained the same
TEST_ENV=travis

push

travis-ci

GitHub
Silent an error when lyric is not present (#476)

The warning is still there, but the error and traceback below are gone after this simple change.

```
[2021-05-06 06:07:23,363 feeluown.models.base:444] [WARNING]: Model KuwoLyricModel get return None
[2021-05-06 06:07:23,364 qasync._QEventLoop:696] [ERROR]: Exception in callback LiveLyric.on_song_changed.<locals>.cb(<Future finis...7fef244a79d0>>) at /usr/lib/python3.9/site-packages/feeluown/lyric/live_lyric.py:64
handle: <Handle LiveLyric.on_song_changed.<locals>.cb(<Future finis...7fef244a79d0>>) at /usr/lib/python3.9/site-packages/feeluown/lyric/live_lyric.py:64>
Traceback (most recent call last):
  File "/usr/lib/python3.9/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/lib/python3.9/site-packages/feeluown/lyric/live_lyric.py", line 70, in cb
    self._set_lyric(lyric)
  File "/usr/lib/python3.9/site-packages/feeluown/lyric/live_lyric.py", line 83, in _set_lyric
    self._pos_s_map = parse(self._lyric)
  File "/usr/lib/python3.9/site-packages/feeluown/lyric/lyric.py", line 15, in parse
    lines = content.splitlines()
AttributeError: 'NoneType' object has no attribute 'splitlines'
```

3927 of 10367 relevant lines covered (37.88%)

0.38 hits per line

Source Files on job 72.3 (TEST_ENV=travis)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 542
  • Travis Job 72.3
  • ea06ab61 on github
  • Prev Job for on master (#816792461.1)
  • Next Job for TEST_ENV=travis on master (#623.3)
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