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

jyablonski / arc / 21850051925
61%

Build:
DEFAULT BRANCH: main
Ran 10 Feb 2026 03:05AM UTC
Jobs 1
Files 22
Run time 1min
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

10 Feb 2026 03:04AM UTC coverage: 36.357% (+0.1%) from 36.218%
21850051925

push

github

web-flow
chore(dev): add gotestsum (#7)

### Description

adds gotestsum and testify packages

## Added

- gotestsum for better test output
- testify in tests

## Updated

- tests to utilize testify to DRY code up and reduce # of lines
  - Before/After Example:

``` go
// Before
if result != expected {
    t.Errorf("got %q, want %q", result, expected)
}
// After
assert.Equal(t, expected, result)
```

## Deleted

- None

521 of 1433 relevant lines covered (36.36%)

1.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21850051925.1 10 Feb 2026 03:05AM UTC 22
36.36
GitHub Action Run
Source Files on build 21850051925
  • Tree
  • List 22
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3576190c on github
  • Prev Build on main (#21571153716)
  • Next Build on main (#22040444544)
  • Delete
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