Skip to content
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 test report bug on windows #41812

Conversation

gayaldassanayake
Copy link
Contributor

@gayaldassanayake gayaldassanayake commented Dec 1, 2023

Purpose

$subject
Fixes #41779

Approach

Describe how you are implementing the solutions along with the design details.

Samples

Provide high-level details about the samples related to this feature.

Remarks

List any other known issues, related PRs, TODO items, or any other notes related to the PR.

Check List

  • Read the Contributing Guide
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

Copy link

codecov bot commented Dec 1, 2023

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (ddb5ea5) 76.70% compared to head (5b0e4c9) 76.74%.
Report is 2 commits behind head on master.

Files Patch % Lines
...rc/main/java/io/ballerina/cli/utils/TestUtils.java 40.00% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #41812      +/-   ##
============================================
+ Coverage     76.70%   76.74%   +0.03%     
+ Complexity    52732    52731       -1     
============================================
  Files          2878     2878              
  Lines        198737   198737              
  Branches      25833    25833              
============================================
+ Hits         152444   152511      +67     
+ Misses        37878    37800      -78     
- Partials       8415     8426      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gayaldassanayake gayaldassanayake merged commit af00d2c into ballerina-platform:master Dec 9, 2023
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]:An error occurred when creating the test report on Windows.
2 participants