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

Move value and typedesc to separate packages #42769

Conversation

warunalakshitha
Copy link
Contributor

Purpose

Fixes #42735

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

ILine line = sourceFileCoverage.getLine(missedLine);
if (line.getStatus() == PARTLY_COVERED || line.getStatus() == FULLY_COVERED) {
int updatedCoveredLineCount = 0;
int updatedMissedLineCount = 0;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

When we moved to type values and typedesc to separate packages, we need to combine coverage for multiple packges with same source file.

@gabilang gabilang added the Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]: Move generated value to typedesc to separate classes
2 participants