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

ctmarinas / stgit / 73
90%

Build:
DEFAULT BRANCH: master
Ran 11 Oct 2019 11:38PM UTC
Jobs 2
Files 79
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
73

push

travis-ci

jpgrayson
Address several build reproducibility issues.

The generated cmdlist.py had command list entries written in arbitrary
order based on the order files were found using os.listdir(). The command
list entries are now sorted before writing cmdlist.py.

Further, since the commands list in cmdlist.py is always iterated, its
representation is changed from a dict to a list of tuples. This further
guarantees order, even on pre-Python3.6 interpreters where dict iteration
order is arbitrary.

The fish completions are also made reproducible by replacing some
arbitrarily ordered sets with lists as well as ensuring command aliases are
iterated in a fixed order.

Addresses https://bugs.debian.org/942009

Signed-off-by: Peter Grayson <pete@jpgrayson.net>

2244 of 2797 branches covered (80.23%)

Branch coverage included in aggregate %.

6447 of 7311 relevant lines covered (88.18%)

1.76 hits per line

Jobs
ID Job ID Ran Files Coverage
3 73.3 (MAKE_TARGET=coverage-test) 11 Oct 2019 11:40PM UTC 0
85.52
Travis Job 73.3
4 73.4 (MAKE_TARGET=coverage-test) 11 Oct 2019 11:38PM UTC 0
86.3
Travis Job 73.4
Source Files on build 73
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #73
  • 883f8a0c on github
  • Prev Build on master (#71)
  • Next Build on master (#74)
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