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

chapel-lang / sphinxcontrib-chapeldomain / 49 / 2
60%
master: 60%

Build:
DEFAULT BRANCH: master
Ran 20 Feb 2015 12:57AM UTC
Files 4
Run time 3s
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

20 Feb 2015 12:54AM UTC coverage: 51.407%. Remained the same
49.2

push

travis-ci

thomasvandoren
Merge pull request #13 from thomasvandoren/fix-ret-sigs

Update signature patterns to better match return types (and drop -> before return type).

Instead of trying to pick out the type that occurs after the colon, or after a
space if its a ref return intent, pick everything including the colon or
space. This will then be used in the output as the return annotation.

E.g., if the signature is `x():int`, then the return annotation will literally
be `:int`. Similarly:

"x(int(64)) : int(32)" --> " : int(32)`
"x()   const"          --> "   const"

Also, update the node type for the return annotation to simply be
`addnodes.desc_type` instead of `addnodes.desc_returns`. desc_returns is a
subclass of desc_type that overrides the astext() method and inserts the string
" -> " before the actual text of the node.

By using desc_type directly, there will no longer be the " -> " string. But,
now that the return annotations preserve the colon, those will be in the node
text and show up in the output (i.e. html).

r: @lydia-duncan

347 of 675 relevant lines covered (51.41%)

0.51 hits per line

Source Files on job 49.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 49
  • Travis Job 49.2
  • 3ec20d5d on github
  • Prev Job for on master (#48.2)
  • Next Job for on master (#52.1)
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