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

letsencrypt / boulder
52%
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 test-gorp-2
branch: test-gorp-2
CHANGE BRANCH
x
Reset
  • test-gorp-2
  • HEAD
  • certificate_not_null_travis
  • main
  • 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-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

pending completion
6219

push

travis-ci

rolandshoemaker
Updates publicsuffix-go to 0.3.2. (#2596)

This commit updates the `publicsuffix-go` dependency to version 0.3.2,
the latest autopull.

Per CONTRIBUTING.md the tests are verified to pass:

```
 HEAD position was 5ebfcac... Fix outdated version number
 HEAD is now at c12e7e9... autopull: 2017-03-04T06:00:47Z (#62)
 ?      github.com/weppos/publicsuffix-go/cmd/load      [no test files]
 === RUN   TestPublicSuffix
 --- PASS: TestPublicSuffix (0.00s)
 === RUN   TestEffectiveTLDPlusOne
 --- PASS: TestEffectiveTLDPlusOne (0.00s)
 PASS
 ok     github.com/weppos/publicsuffix-go/net/publicsuffix      0.007s
 === RUN   TestValid
 --- PASS: TestValid (0.00s)
 === RUN   TestIncludePrivate
 --- PASS: TestIncludePrivate (0.00s)
 === RUN   TestIDNA
 --- PASS: TestIDNA (0.00s)
 === RUN   TestPsl
 --- PASS: TestPsl (0.01s)
 === RUN   TestNewListFromString
 --- PASS: TestNewListFromString (0.00s)
 === RUN   TestNewListFromString_IDNAInputIsUnicode
 --- PASS: TestNewListFromString_IDNAInputIsUnicode (0.00s)
 === RUN   TestNewListFromString_IDNAInputIsAscii
 --- PASS: TestNewListFromString_IDNAInputIsAscii (0.00s)
 === RUN   TestNewListFromFile
 --- PASS: TestNewListFromFile (0.00s)
 === RUN   TestListAddRule
 --- PASS: TestListAddRule (0.00s)
 === RUN   TestListFind
 --- PASS: TestListFind (0.00s)
 === RUN   TestNewRule_Normal
 --- PASS: TestNewRule_Normal (0.00s)
 === RUN   TestNewRule_Wildcard
 --- PASS: TestNewRule_Wildcard (0.00s)
 === RUN   TestNewRule_Exception
 --- PASS: TestNewRule_Exception (0.00s)
 === RUN   TestNewRule_FromASCII
 --- PASS: TestNewRule_FromASCII (0.00s)
 === RUN   TestNewRule_FromUnicode
 --- PASS: TestNewRule_FromUnicode (0.00s)
 === RUN   TestNewRuleUnicode_FromASCII
 --- PASS: TestNewRuleUnicode_FromASCII (0.00s)
 === RUN   TestNewRuleUnicode_FromUnicode
 --- PASS: TestNewRuleUnicode_FromUnicode (0.00s)
 === RUN   TestRuleMatch
 --- PASS: TestRuleMatch (0.00s)
 === RUN   TestRuleDecompose
... (continued)

6792 of 13154 relevant lines covered (51.63%)

615.22 hits per line

Relevant lines Covered
Build:
Build:
13154 RELEVANT LINES 6792 COVERED LINES
615.22 HITS PER LINE
Source Files on test-gorp-2
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
6219 test-gorp-2 Updates publicsuffix-go to 0.3.2. (#2596) This commit updates the `publicsuffix-go` dependency to version 0.3.2, the latest autopull. Per CONTRIBUTING.md the tests are verified to pass: ``` HEAD position was 5ebfcac... Fix outdated versi... push 07 Mar 2017 11:13PM UTC rolandshoemaker travis-ci pending completion  
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