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

wooga / atlas-github / 12 / 2
39%
master: 39%

Build:
DEFAULT BRANCH: master
Ran 02 May 2022 09:41AM UTC
Files 21
Run time 2s
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

16 Dec 2020 08:54PM UTC coverage: 39.416% (-56.7%) from 96.137%
12.2

push

jenkins

Fix NullPointerException during exception throw (#59)

* Fix default value for targetCommitish property

Description
===========

This plugin assumed that the best default value for the targetCommitish
property should be `master`. That is wrong for multiple reasons:

1. it's not written in stone what the default branch for a github repo is
2. github themselve changed the default value to `main` in summer 2020

This patch changes this optional value to `null` so that github will use
the default branch name without this plugin setting any value
beforehand.

Changes
=======

* ![FIX] default value for `targetCommitish` property

* Fix NullPointerException during exception throw

Description
===========

This is a potential copy paste error. The object `release` is null at
the time when the publish step might throw an error. The patch simply
takes the tag name from the internal property instead of the release
object.

Changes
=======

* ![FIX] `NullPointerException` during exception throw

162 of 411 relevant lines covered (39.42%)

0.39 hits per line

Source Files on job 12.2
  • Tree
  • List 0
  • Changed 13
  • Source Changed 13
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 12
  • 56165f4c on github
  • Prev Job for on master (#11.1)
  • Next Job for on master (#17.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