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

maruel / panicparse
61%
master: 65%

Build:
Build:
LAST BUILD BRANCH: state_machine
DEFAULT BRANCH: master
Repo Added 20 May 2015 12:18AM UTC
Files 7
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

LAST BUILD ON BRANCH v1.0.1
branch: v1.0.1
CHANGE BRANCH
x
Reset
  • v1.0.1
  • 0_fix_test
  • cast
  • colors_white_background
  • dead
  • doc
  • find_root
  • fix_test
  • help
  • html
  • master
  • mod
  • pull/31
  • read_sources
  • readme
  • state_machine
  • test_2
  • tmp
  • update
  • v1.0.0
  • v1.0.2
  • v1.1.0
  • v1.1.1
  • v1.2.0

pending completion
144

push

travis-ci

maruel
Add map and channel type (#34)

* Add map and channel type

* Add tests for map/channel type

Closes #30

* Better handle complex types

* Update name to use switch statement

* Skip processing of last Stack.Calls element instead of first

The leaf function wasn't being processed before, so the following snippet:

  package main

  func g([]string) {
    panic("g")
  }

  func f(map[int]int) {
    g(make([]string, 5))
    panic("f")
  }

  func main() {
    f(map[int]int{})
  }

resulted in:

  panic: g

  exit status 2

  To see all goroutines, visit https://github.com/maruel/panicparse#GOTRACEBACK

  18:25:04.051198 load(/path/to/main.go)
  1: running
      main main.go:4  g(0xc420045ee8, 0x5, 0x5)
      main main.go:8  f(map[int]int(0xc420078000))
      main main.go:13 main()

and now results in:

  panic: g

  exit status 2

  To see all goroutines, visit https://github.com/maruel/panicparse#GOTRACEBACK

  18:25:42.981470 load(/path/to/main.go)
  1: running
      main main.go:4  g([]string(0xc420045ee8 len=5 cap=5))
      main main.go:8  f(map[int]int(0xc420066000))
      main main.go:13 main()

522 of 850 relevant lines covered (61.41%)

32.04 hits per line

Relevant lines Covered
Build:
Build:
850 RELEVANT LINES 522 COVERED LINES
32.04 HITS PER LINE
Source Files on v1.0.1
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
144 v1.0.1 Add map and channel type (#34) * Add map and channel type * Add tests for map/channel type Closes #30 * Better handle complex types * Update name to use switch statement * Skip processing of last Stack.Calls element instead of firs... push 17 Oct 2017 01:50AM UTC maruel travis-ci pending completion  
See All Builds (150)
  • Repo 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