Skip to content

Commit

Permalink
feat: added no caching flag for global testing with test script (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierobassa authored Nov 13, 2023
1 parent 2d98408 commit 7abc635
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
Expand Up @@ -9,7 +9,7 @@
"postinstall": "husky install",
"build": "turbo build",
"lint": "turbo lint",
"test": "turbo test && yarn merge-coverage",
"test": "turbo test --force && yarn merge-coverage",
"test:unit": "turbo test:unit",
"test:integration": "turbo test:integration",
"format": "turbo format",
Expand Down

1 comment on commit 7abc635

@github-actions
Copy link

Choose a reason for hiding this comment

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

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 100%
100% (1044/1044) 100% (295/295) 100% (188/188)
Title Tests Skipped Failures Errors Time
core 293 0 💤 0 ❌ 0 🔥 57.535s ⏱️
network 43 0 💤 0 ❌ 0 🔥 22.443s ⏱️
errors 19 0 💤 0 ❌ 0 🔥 8.924s ⏱️

Please sign in to comment.