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

opengovsg / formsg-javascript-sdk
93%
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 base64-stablelib
branch: base64-stablelib
CHANGE BRANCH
x
Reset
  • 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/class-based-verification
  • 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
201

Pull #27

travis-ci-com

web-flow
Merge 7264f9176 into e1aa63a33
Pull Request #27: Replace tweetnacl-util Base64 functions with StableLib

62 of 72 branches covered (86.11%)

Branch coverage included in aggregate %.

11 of 11 new or added lines in 4 files covered. (100.0%)

191 of 199 relevant lines covered (95.98%)

3.86 hits per line

Relevant lines Covered
Build:
Build:
199 RELEVANT LINES 191 COVERED LINES
3.86 HITS PER LINE
Source Files on base64-stablelib
  • Tree
  • List 16
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/LineBranch HitsBranch Misses
72.73
src/util/publicKey.ts22 7 6 1 5.0 2 2
89.66
src/webhooks.ts167 38 36 2 3.0 16 4
91.67
src/verification/authenticate.ts62 + 120 + 118 + 12 2.0 4 0
92.86
src/util/validate.ts24 6 6 0 13.0 7 1
93.15
src/crypto.ts253 - 557 + 154 + 13 5.0 14 2
95.0
src/verification/index.ts30 12 12 0 3.0 7 1
100.0
spec/resources/crypto-data-20200322.ts114 12 12 0 1.0 0 0
100.0
src/verification/basestring.ts11 3 3 0 3.0 0 0
100.0
src/verification/generate-signature.ts26 + 114 + 114 + 10 1.0 0 0
100.0
src/verification/get-public-key.ts22 7 7 0 3.0 4 0
Showing 1 to 10 of 16 entries
  • Previous
  • 1
  • 2
  • Next
  • ►
    100.0
    spec/
  • ►
    95.72
    src/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
201 base64-stablelib Merge 7264f9176 into e1aa63a33 Pull #27 28 May 2020 04:03AM CUT web-flow travis-ci-com pending completion  
200 base64-stablelib feat: Remove tweetnacl-util dependencies push 28 May 2020 04:03AM CUT mantariksh travis-ci-com pending completion  
197 base64-stablelib Merge 6cffd2340 into e1aa63a33 Pull #27 28 May 2020 03:56AM CUT web-flow travis-ci-com pending completion  
196 base64-stablelib feat: Use StableLib for utf8 encode and decode Note that all encode/decode functions had to be swapped because the encode/decode function signatures for StableLib are the opposite of those in tweetnacl-util. push 28 May 2020 03:56AM CUT mantariksh travis-ci-com pending completion  
195 base64-stablelib Merge f92dd705d into e1aa63a33 Pull #27 28 May 2020 02:47AM CUT web-flow travis-ci-com pending completion  
194 base64-stablelib fix: Replace encodeBase64 and decodeBase64 with StableLib versions push 28 May 2020 02:43AM CUT mantariksh 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