Skip to content

Commit

Permalink
Merge pull request #33 from source-academy/102
Browse files Browse the repository at this point in the history
Bumping version to 1.0.2
  • Loading branch information
martin-henz authored Apr 8, 2024
2 parents 2ffb30a + 3c74a8d commit 4846304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "java-slang",
"version": "1.0.0",
"version": "1.0.2",
"main": "dist/index.js",
"types": "dist/main.d.ts",
"repository": "https://github.com/source-academy/java-slang.git",
Expand Down

1 comment on commit 4846304

@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

St.
Category Percentage Covered / Total
🟡 Statements 75.77% 5900/7787
🟡 Branches 65.61% 1946/2966
🟡 Functions 75.3% 1009/1340
🟡 Lines 75.54% 5639/7465

Test suite run success

1026 tests passing in 51 suites.

Report generated by 🧪jest coverage report action from 4846304

Please sign in to comment.