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

ovn-org / ovn-kubernetes / 9383777738
53%

Build:
DEFAULT BRANCH: master
Ran 05 Jun 2024 12:33PM UTC
Jobs 1
Files 230
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

04 Jun 2024 06:14PM UTC coverage: 52.626% (+0.04%) from 52.59%
9383777738

push

github

girishmg
Consolidate use of errors

As follows:

* Replaced all equivalent uses of github.com/pkg/errors for standard library
  errors
* Replaced the uses of github.com/pkg/errors Wrapf for fmt.Errorf. The need for
  the stack trace that Wrapf brings seems arbitrary
* Replaced the uses of the standard library errors Join, as well as k8s
  aggregate errors, with our own implementation which works similarly to standard
  library's but formats the concatenation as the k8s aggregate errors separating
  with commas rather than new lines which is an inconvenience. When compared to
  k8s aggregate errors, our implementation is simpler catering to our needs and
  complies fully with current wrapping mechanism whereas the former does not
  support 'errors.As'

Signed-off-by: Jaime Caamaño Ruiz <jcaamano@redhat.com>

91 of 175 new or added lines in 38 files covered. (52.0%)

21 existing lines in 6 files now uncovered.

28511 of 54177 relevant lines covered (52.63%)

100.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9383777738.1 05 Jun 2024 12:33PM UTC 0
52.63
GitHub Action Run
Source Files on build 9383777738
Detailed source file information is not available for this build.
  • Back to Repo
  • 8ce0b0ca on github
  • Prev Build on master (#9366768773)
  • Next Build on master (#9393049433)
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