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

phanrahan / magma / 1865
74%
master: 75%

Build:
Build:
LAST BUILD BRANCH: hwtypes2
DEFAULT BRANCH: master
Ran 25 Jun 2019 06:02PM UTC
Jobs 3
Files 64
Run time 25min
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
1865

push

travis-ci

leonardt
Relax condition for rewriting select path for nested type

Before the logic was only rewriting the select path when an array or
tuple object was reference from an Array or Tuple. This relaxes it
to always rewrite the select path when any object is referenced from
an Array or Tuple.

In the case of https://github.com/phanrahan/magma/issues/415, a Bit was
being selected from a Tuple, but was not rewritten because it failed
the condition:

    isinstance(arrOrTuple, ArrayType) or \
    isinstance(arrOrTuple, TupleType)

However, regardless of the type of the child object that is being
selected from the tuple/array, we should be rewriting the select path
to flatten out the tuple/array

4233 of 5705 relevant lines covered (74.2%)

0.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1865.1 25 Jun 2019 06:02PM UTC 0
74.2
Travis Job 1865.1
2 1865.2 25 Jun 2019 06:05PM UTC 0
Travis Job 1865.2
3 1865.3 25 Jun 2019 06:08PM UTC 0
Travis Job 1865.3
Source Files on build 1865
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1865
  • 1d6fc4f6 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