octosign / desktop

✍️ Desktop electronic signature software. Sign your document (PDF, JPG...) using image or cryptography (PAdES, CAdES, XAdES).
https://octosign.com
MIT License
9 stars 0 forks source link

Multilanguage #30

Closed durasj closed 4 years ago

durasj commented 4 years ago

Resolves #17 Resolves #31

codecov[bot] commented 4 years ago

Codecov Report

Merging #30 into master will increase coverage by 0.20%. The diff coverage is 91.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   95.61%   95.82%   +0.20%     
==========================================
  Files          24       25       +1     
  Lines         661      693      +32     
  Branches      105      106       +1     
==========================================
+ Hits          632      664      +32     
  Misses         23       23              
  Partials        6        6              
Impacted Files Coverage Δ
src/ui/components/Prompt.tsx 74.67% <62.50%> (+0.69%) :arrow_up:
src/ui/components/SettingsDialog.tsx 96.77% <80.00%> (+0.22%) :arrow_up:
src/ui/components/FileCard.tsx 94.00% <85.71%> (+0.38%) :arrow_up:
src/preload.ts 100.00% <100.00%> (ø)
src/preload/BackendManager.ts 100.00% <100.00%> (ø)
src/preload/Communication.ts 100.00% <100.00%> (ø)
src/shared/i18nSetup.ts 100.00% <100.00%> (ø)
src/ui/components/FilesArea.tsx 100.00% <100.00%> (ø)
src/ui/components/Footer.tsx 100.00% <100.00%> (ø)
src/ui/components/ImagePrompt.tsx 100.00% <100.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 79b7c8a...cf98492. Read the comment docs.