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

Akuli / teek / 202
75%
master: 99%

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

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)

1551 of 2064 relevant lines covered (75.15%)

1.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 202.1 03 Nov 2020 12:10PM UTC 0
75.15
Travis Job 202.1
2 202.2 03 Nov 2020 12:12PM UTC 0
75.42
Travis Job 202.2
Source Files on build 202
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #202
  • 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