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

cosven / feeluown-core / 263 / 1
66%
master: 66%

Build:
DEFAULT BRANCH: master
Ran 06 Aug 2018 03:14AM UTC
Files 34
Run time 2s
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 Aug 2018 03:10AM UTC coverage: 53.685% (-0.06%) from 53.743%
TEST_ENV=travis

push

travis-ci

web-flow
use IntEnum which is more convinient for debug (#21)

Enum is bad for integration with other programs.
See: https://docs.python.org/3/library/enum.html#comparisons

在调试的时候,我们想改变 Player 的状态,直接的想法是: player.state = 3
而之前使用 Enum 的话,就不能这么直接的完成,需要 player.state = State.xxx

在真正的代码中,更推荐使用后者,但是在调试时,前者方便许多,所以将 Enum 改成 IntEnum

925 of 1723 relevant lines covered (53.69%)

0.54 hits per line

Source Files on job 263.1 (TEST_ENV=travis)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 195
  • Travis Job 263.1
  • 0db7257c on github
  • Prev Job for TEST_ENV=travis on master (#255.1)
  • Next Job for TEST_ENV=travis on master (#264.1)
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