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

letsencrypt / boulder
66%
master: 66%

Build:
Build:
LAST BUILD BRANCH: ocsp-fail-stops-issuances
DEFAULT BRANCH: master
Repo Added 19 Feb 2015 06:19PM UTC
Files 87
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • HEAD
  • certificate_not_null_travis
  • master
  • release
  • staging
  • test-authz2-purger
  • test-broken-branch
  • test-bump-version
  • test-cleanup
  • test-clearer
  • test-codeowners
  • test-cpu-fix-ra-va-flake-1
  • test-cpu-fix-ra-va-flake-2
  • test-cpu-fix-ra-va-flake-3
  • test-cpu-fix-ra-va-flake-4
  • test-cpu-fix-ra-va-flake-5
  • test-cpu-fix-ra-va-flake-6
  • test-cpu-fix-ra-va-flake-7
  • test-cpu-fix-ra-va-flake-8
  • test-cpu-flake-chase-1
  • test-cpu-flake-chase-10
  • test-cpu-flake-chase-2
  • test-cpu-flake-chase-3
  • test-cpu-flake-chase-4
  • test-cpu-flake-chase-5
  • test-cpu-flake-chase-6
  • test-cpu-flake-chase-7
  • test-cpu-flake-chase-8
  • test-cpu-flake-chase-9
  • test-cpu-go-1.11
  • test-cpu-godeps-whyyyyy
  • test-cpu-idn-psl
  • test-cpu-missing-scts-reward-if-found
  • test-cpu-multiva-test-flake-1
  • test-cpu-multiva-test-flake-10
  • test-cpu-multiva-test-flake-2
  • test-cpu-multiva-test-flake-3
  • test-cpu-multiva-test-flake-4
  • test-cpu-multiva-test-flake-5
  • test-cpu-multiva-test-flake-6
  • test-cpu-multiva-test-flake-7
  • test-cpu-multiva-test-flake-8
  • test-cpu-multiva-test-flake-9
  • test-cpu-multiva-test-flake-fix-1
  • test-cpu-multiva-test-flake-fix-10
  • test-cpu-multiva-test-flake-fix-2
  • test-cpu-multiva-test-flake-fix-3
  • test-cpu-multiva-test-flake-fix-4
  • test-cpu-multiva-test-flake-fix-5
  • test-cpu-multiva-test-flake-fix-6
  • test-cpu-multiva-test-flake-fix-7
  • test-cpu-multiva-test-flake-fix-8
  • test-cpu-multiva-test-flake-fix-9
  • test-cpu-rm-old-v2-keyrollover
  • test-disableauthz2orders
  • test-docker-maria101
  • test-embedscts
  • test-ewf
  • test-expiration-mailer-fix
  • test-fancy-errors
  • test-fix-go-generate
  • test-godep-fixup
  • test-godep-restore-delete
  • test-godep-simpler
  • test-gorp-2
  • test-gorp-22
  • test-goveralls
  • test-https-confuse
  • test-improvements
  • test-instant-verify
  • test-integration-quiet
  • test-less-ports
  • test-multi-va
  • test-one-six
  • test-parallel
  • test-race-speed
  • test-rm-amqp
  • test-runner-improvements
  • test-sa-parallelism
  • test-simple-testing
  • test-tag
  • test-travis-docker-pull
  • test-travis-fold
  • test-update-certbot-tests
  • test-update-grpc-stuff
  • test-v2-both-auto
  • test-va-tests
  • test-vendorvendorvendor2

19 Mar 2021 05:02PM UTC coverage: 65.544%. Remained the same
13583

push

travis-pro

web-flow
Remove Common.DNSResolver from VA config (#5355)

This field is not used by any production configs, so we can safely
remove it.

Also, add config fields for DNSTimeout and DNSAllowLoopbackAddress
outside of the Common sub-struct, to allow for its removal later.

Part of #5242

9 of 9 new or added lines in 1 file covered. (100.0%)

13234 of 20191 relevant lines covered (65.54%)

0.74 hits per line

Relevant lines Covered
Build:
Build:
20191 RELEVANT LINES 13234 COVERED LINES
0.74 HITS PER LINE
Source Files on main
  • Tree
  • List 107
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
13583 main Remove Common.DNSResolver from VA config (#5355) This field is not used by any production configs, so we can safely remove it. Also, add config fields for DNSTimeout and DNSAllowLoopbackAddress outside of the Common sub-struct, to allow for ... push 19 Mar 2021 05:28PM UTC web-flow travis-pro
65.54
13582 main Move expired-authz-purger2 config to test directory (#5352) - Edit integration test to start expired-authz-purger2 with config/ config-next - Move config from `cmd/expired-authz-purger2/config.json` to `test/config/expired-authz-purger2.js... push 19 Mar 2021 01:46AM UTC web-flow travis-pro
65.54
13560 main Set Boulder-Requester header for existing accounts (#5291) In wfe2, set the `Boulder-Requester:` header from the NewAccount API endpoint when returning a pre-existing account. This header is already set when this endpoint creates a new accoun... push 18 Mar 2021 07:38PM UTC web-flow travis-pro
65.36
13558 main Update CA test config to use NonCFSSLSigner (#5344) This config is now live in production. Part of #5115 push 17 Mar 2021 05:09PM UTC web-flow travis-pro
65.36
13548 main Update tests to go1.16.2 (#5342) * Update to go1.16.2 Fixes #5333 push 16 Mar 2021 09:54PM UTC web-flow travis-pro
65.36
13546 main SQL: Drop foreign keys and partition tables (#5322) Add paritions to the authz2, certificates, fqdnSets, orderFqdnSets, orderToAuthz2, requestedNames, orders, and precertificates tables. In order to allow such partitions, also drop various uniq... push 16 Mar 2021 09:06PM UTC web-flow travis-pro
65.36
13545 main Replace invalid UTF-8 in error message (#5341) Add processing to http body when it is passed as an error to be properly marshalled for grpc. Fixes #5317 push 16 Mar 2021 08:41PM UTC web-flow travis-pro
65.4
13536 main Remove unnecessary migrations test (#5337) - Remove `test/test-no-outdated-migrations.sh` - Remove line running `test/test-no-outdated-migrations.sh` in `test.sh` Fixes #5336 push 12 Mar 2021 02:17AM UTC web-flow travis-pro
65.4
13529 main Remove va gRPC wrapper (#5328) Delete the ValidationAuthorityGRPCServer and ...GRPCClient structs, and update references to instead reference the underlying vapb.VAClient type directly. Also delete the core.ValidationAuthority interface. Doe... push 12 Mar 2021 12:18AM UTC web-flow travis-pro
65.4
13528 main Remove additional mocking infrastructure (#5332) Remove mock-vendor, which ensured that mockgen was available, because we no longer use mockgen. As a result, remove mockgen from our docker build script. Finally, make the mock package an indire... push 11 Mar 2021 11:55PM UTC web-flow travis-pro
65.35
See All Builds (11802)
  • Repo on GitHub
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

© 2025 Coveralls, Inc