Skip to content

Commit

Permalink
fix: handled version issue for integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tore Kasper Frederiksen committed Nov 14, 2022
1 parent 4539243 commit dbeb1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/javascript/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokenscript/attestation",
"version": "0.4",
"version": "0.3.9-dc.4",
"description": "A library for integrating cryptographic attestations into applications",
"type": "commonjs",
"main": "dist/index.js",
Expand Down

1 comment on commit dbeb1f2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for src/main/javascript/crypto/

St.
Category Percentage Covered / Total
🟡 Statements 74.56% 2178/2921
🔴 Branches 47.43% 286/603
🟡 Functions 79.46% 383/482
🟡 Lines 74.77% 2137/2858

Test suite run success

56 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from dbeb1f2

Please sign in to comment.