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

Akuli / teek / 202 / 2
75%
master: 99%

Build:
Build:
LAST BUILD BRANCH: more-widgets
DEFAULT BRANCH: master
Ran 03 Nov 2020 12:12PM UTC
Files 29
Run time 1s
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

10 Sep 2018 09:51AM UTC coverage: 75.419%. First build
202.2

push

travis-ci

Akuli
accurate config types

i ended up writing and using this script

    import itertools
    import sys

    import pythotk as tk

    names = ('.asd' + str(i) for i in itertools.count())

    for command  in sys.argv[1:]:
        for option in ['-width', '-height']:
            try:
                tk.tcl_call(None, command, next(names), option, '1i')
                print(command, option, "screen distance")
            except tk.TclError as e1:
                try:
                    tk.tcl_call(None, command, next(names), option, 1)
                    print(command, option, 'integer')
                except tk.TclError as e2:
                    print(command, option, 'WUT???', e1, e2)

1574 of 2087 relevant lines covered (75.42%)

0.75 hits per line

Source Files on job 202.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 54
  • Travis Job 202.2
  • cf6b41bf on github
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