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

uber / NullAway / #468
93%

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

pending completion
#468

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

Jobs
ID Job ID Ran Files Coverage
1 #468.1 05 Jan 2021 09:01PM UTC 0
89.14
Source Files on build #468
Detailed source file information is not available for this build.
  • Back to Repo
  • e1460f45 on github
  • Prev Build on master
  • Next Build on master
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