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

cosven / feeluown-core / 263
66%

Build:
DEFAULT BRANCH: master
Ran 06 Aug 2018 03:12AM UTC
Jobs 2
Files 34
Run time 3min
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
263

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%)

1.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 263.1 (TEST_ENV=travis) 06 Aug 2018 03:14AM UTC 0
53.69
Travis Job 263.1
2 263.2 (TEST_ENV=travis) 06 Aug 2018 03:12AM UTC 0
53.74
Travis Job 263.2
Source Files on build 263
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #263
  • 0db7257c on github
  • Prev Build on master (#255)
  • Next Build on master (#264)
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