-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use path.join instead of forward slashes to support Windows #491
Conversation
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com> # Conflicts: # src/core/profile_manager.mjs # test/unit/core/profile_manager.test.mjs
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Unit Test Results - Linux 1 files 19 suites 46s ⏱️ Results for commit 0fc9e9d. |
Unit Test Results - Windows 1 files 19 suites 1m 32s ⏱️ Results for commit 0fc9e9d. |
E2E Node PEM Stop Tests Coverage Report12 tests 12 ✅ 2m 37s ⏱️ Results for commit 0fc9e9d. |
E2E Relay Tests Coverage Report1 files 1 suites 2m 40s ⏱️ Results for commit 0fc9e9d. |
E2E Node PFX Kill Tests Coverage Report12 tests 12 ✅ 2m 48s ⏱️ Results for commit 0fc9e9d. |
E2E Tests Coverage Report59 tests 59 ✅ 4m 6s ⏱️ Results for commit 0fc9e9d. |
E2E Node Local Build Tests Coverage Report8 tests 8 ✅ 2m 43s ⏱️ Results for commit 0fc9e9d. |
E2E Node Add Tests Coverage Report9 tests 9 ✅ 6m 17s ⏱️ Results for commit 0fc9e9d. |
E2E Mirror Node Tests Coverage Report 1 files 1 suites 3m 42s ⏱️ Results for commit 0fc9e9d. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #491 +/- ##
==========================================
+ Coverage 81.40% 81.42% +0.02%
==========================================
Files 35 35
Lines 4414 4414
Branches 755 755
==========================================
+ Hits 3593 3594 +1
+ Misses 819 818 -1
Partials 2 2
|
## [0.28.0](v0.27.0...v0.28.0) (2024-08-26) ### Features * add freeze account ([#436](#436)) ([8fe5a41](8fe5a41)) * enhance node add to work with staking and dynamic address book ([#469](#469)) ([b452599](b452599)) * use k8s configMaps to mount files during solo network deploy ([#345](#345)) ([af27f16](af27f16)) ### Bug Fixes * hugo jsdoc failure ([#498](#498)) ([ff07413](ff07413)) * reduce number of account used e2e init account test ([#477](#477)) ([51d7ade](51d7ade)) * Resolve various problems to enable tests from local-node and smart-contracts to run agains solo network ([#402](#402)) ([c99d881](c99d881)) * use path.join instead of forward slashes to support Windows ([#491](#491)) ([82a5053](82a5053))
🎉 This PR is included in version 0.28.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues