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

Support custom md files for package documentation #43201

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

azinneera
Copy link
Contributor

@azinneera azinneera commented Jul 31, 2024

Purpose

Support custom md files for package documentation

Fixes #42981

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 Jul 31, 2024

Codecov Report

Attention: Patch coverage is 94.91525% with 6 lines in your changes missing coverage. Please review.

Project coverage is 77.37%. Comparing base (8e7d9f6) to head (00f0129).
Report is 107 commits behind head on master.

Files Patch % Lines
...o/ballerina/projects/internal/ManifestBuilder.java 80.00% 1 Missing and 4 partials ⚠️
...rc/main/java/io/ballerina/projects/BalaWriter.java 98.61% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #43201   +/-   ##
=========================================
  Coverage     77.36%   77.37%           
- Complexity    58372    58399   +27     
=========================================
  Files          3453     3453           
  Lines        219275   219350   +75     
  Branches      28801    28823   +22     
=========================================
+ Hits         169650   169720   +70     
+ Misses        40267    40265    -2     
- Partials       9358     9365    +7     

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

@Dilhasha Dilhasha merged commit e8df102 into ballerina-platform:master Aug 1, 2024
18 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.

[Improvement]: Add README.md as the primary documentation file for library packages
2 participants