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

uber / NullAway / #468 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 05 Jan 2021 09:01PM UTC
Files 42
Run time 10s
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

05 Jan 2021 08:57PM UTC coverage: 89.144%. Remained the same
#468.1

push

github-actions

web-flow
GitHub Actions: Run CI on external PRs. (#442)

* GitHub Actions: Run CI on external PRs.

By default, GitHub Actions on push run only for the fork on which
the changes were pushed. Thus, if we want PRs from external contributors
to trigger CI, we need to trigger on `pull_request` in addition to
on `push`.

This might result on double jobs when the branch being used for the
PR is also in uber/NullAway, but so be it.

For the time being, we also allow coveralls to be flaky and don't block
the build on it, since we have been getting some issues when merging
PRs that don't have access to the `COVERALLS_REPO_TOKEN` secret,
plus general connection flakiness from the Coveralls gradle plugin. The
first issue could be solved by triggering on `pull_request_target`, but that
has security implications that can cause secrets to be leaked.

3457 of 3878 relevant lines covered (89.14%)

0.89 hits per line

Source Files on job #468.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 468
  • e1460f45 on github
  • Prev Job for on master (##463.1)
  • Next Job for on master (##470.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