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

opengovsg / formsg-javascript-sdk
98%
master: 94%

Build:
Build:
LAST BUILD BRANCH: feat/jwks
DEFAULT BRANCH: master
Repo Added 16 May 2020 08:16AM CUT
Files 26
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 feat/class-based-verification
branch: feat/class-based-verification
CHANGE BRANCH
x
Reset
  • feat/class-based-verification
  • base64-stablelib
  • build/ci/github-actions
  • build/dev-keys
  • build/dev-keys-build
  • build/release-v0.11.0
  • build/release-v0.12.0-alpha.1
  • build/repo-name
  • chore/add-address-field-type
  • chore/license
  • chore/rename-repo
  • chore/test-ci
  • chore/update-github-runners
  • chore/update-readme
  • chore/update-readme-for-address
  • chore/upgrade-axios
  • coveralls
  • dependabot/npm_and_yarn/axios-1.7.4
  • dependabot/npm_and_yarn/babel/traverse-7.23.3
  • dependabot/npm_and_yarn/braces-3.0.3
  • dependabot/npm_and_yarn/follow-redirects-1.14.8
  • dependabot/npm_and_yarn/follow-redirects-1.15.4
  • dependabot/npm_and_yarn/follow-redirects-1.15.6
  • dependabot/npm_and_yarn/json5-1.0.2
  • dependabot/npm_and_yarn/lodash-4.17.19
  • dependabot/npm_and_yarn/lodash-4.17.21
  • dependabot/npm_and_yarn/minimist-1.2.6
  • dependabot/npm_and_yarn/qs-6.5.3
  • dependabot/npm_and_yarn/word-wrap-1.2.5
  • dependabot/npm_and_yarn/y18n-4.0.1
  • develop
  • docs/attachment-version-readme
  • docs/formsg-sdk-typos
  • feat/add-built-types
  • feat/class-based-crypto
  • feat/class-based-init
  • feat/class-based-subpackages
  • feat/jwks
  • feat/keep-mode
  • feat/mrf-crypto
  • feat/payment-content
  • feat/webhook-undefined-check
  • fix/allow-empty-field-titles
  • fix/ci-cache
  • fix/form-field/table-responses
  • fix/remove-extra-build-files
  • frank-addlint
  • frank-decrypt-attachment
  • frank-issue-46
  • master
  • npm-audit-fix
  • readme
  • refactor/crypto
  • refs/pull/111/merge
  • refs/pull/112/merge
  • refs/pull/114/merge
  • refs/pull/115/merge
  • refs/tags/v0.10.0
  • refs/tags/v0.11.0
  • refs/tags/v0.12.0
  • refs/tags/v0.12.0-alpha.1
  • refs/tags/v0.13.0
  • refs/tags/v0.9.0
  • release
  • release-0.8.1
  • release-0.8.3-hotfix
  • release-0.8.4
  • release-0.8.4-beta.0
  • release-v0.10.0
  • release-v0.13.0
  • release-v0.9.0
  • release-v0.9.0-build
  • response-id-update
  • revert-65-refactor/crypto
  • snyk-fix-55a0c706792cdee3de3d4065c661d89f
  • snyk-fix-75d53a22f9b8d04a48de972d32b8f310
  • snyk-upgrade-d301dcdb7c0c5b67471d35b263552d6e
  • test-build
  • update_deps
  • utf8
  • v0.8.2

pending completion
264

Pull #38

travis-ci-com

web-flow
Merge b46501be6 into f0acd09d3
Pull Request #38: refactor: update verification HOF to Verification class

90 of 96 branches covered (93.75%)

Branch coverage included in aggregate %.

82 of 82 new or added lines in 6 files covered. (100.0%)

272 of 273 relevant lines covered (99.63%)

4.58 hits per line

Relevant lines Covered
Build:
Build:
273 RELEVANT LINES 272 COVERED LINES
4.58 HITS PER LINE
Source Files on feat/class-based-verification
  • Tree
  • List 17
  • Changed 13
  • Source Changed 6
  • Coverage Changed 13
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/LineBranch HitsBranch Misses
90.0
src/errors.ts41 20 20 0 3.0 + 1.07 + 23 - 2
91.3
src/util/crypto.ts82 21 20 1 8.0 - 1.01 1
92.86
src/util/validate.ts26 6 6 0 19.0 7 1
96.15
src/util/webhooks.ts48 16 16 0 2.0 - 1.09 1
100.0
src/resource/signing-keys.ts20 1 1 0 3.0 - 1.00 0
100.0
src/resource/verification-keys.ts20 1 1 0 2.0 0 0
100.0
src/util/parser.ts75 + 4214 + 614 + 60 10.0 + 20 0
100.0
src/util/publicKey.ts42 + 1812 + 512 + 60 - 12.0 8 + 60 - 2
100.0
src/util/signature.ts36 5 5 0 2.0 - 1.00 0
100.0
src/util/stage.ts11 2 2 0 1.0 - 1.00 0
Showing 1 to 10 of 17 entries
  • Previous
  • 1
  • 2
  • Next
  • ►
    100.0
    spec/
  • ►
    99.61
    src/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
264 feat/class-based-verification Merge b46501be6 into f0acd09d3 Pull #38 11 Jun 2020 07:17AM CUT web-flow travis-ci-com pending completion  
263 feat/class-based-verification test: add tests for new package initialisation (#39) * test: add tests for package initialisation * test: fix weird expected keys * test: add better comments for publicKey test push 11 Jun 2020 07:17AM CUT karrui travis-ci-com pending completion  
259 feat/class-based-verification test: add tests for new package initialisation (#39) * test: add tests for package initialisation * test: fix weird expected keys * test: add better comments for publicKey test push 11 Jun 2020 07:14AM CUT karrui travis-ci-com pending completion  
255 feat/class-based-verification Merge 1e9a7e750 into b62a8280c Pull #38 08 Jun 2020 09:30AM CUT web-flow travis-ci-com pending completion  
254 feat/class-based-verification test: add tests for new package initialisation (#39) * test: add tests for package initialisation * test: fix weird expected keys * test: add better comments for publicKey test push 08 Jun 2020 09:30AM CUT web-flow travis-ci-com pending completion  
248 feat/class-based-verification Merge 554afa313 into b62a8280c Pull #38 08 Jun 2020 04:07AM CUT web-flow travis-ci-com pending completion  
247 feat/class-based-verification feat: add check for malformed auth payload push 08 Jun 2020 04:03AM CUT karrui travis-ci-com pending completion  
241 feat/class-based-verification feat: add check for malformed auth payload push 08 Jun 2020 03:58AM CUT karrui travis-ci-com pending completion  
236 feat/class-based-verification test: remove misleading comment push 05 Jun 2020 04:07AM CUT karrui travis-ci-com pending completion  
233 feat/class-based-verification test: remove misleading comment push 05 Jun 2020 04:06AM CUT karrui travis-ci-com pending completion  
See All Builds (322)
  • 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