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

Remove unused import #1843

Merged
merged 4 commits into from
Jan 22, 2024

Conversation

vil02
Copy link
Contributor

@vil02 vil02 commented Jan 19, 2024

Purpose

Closes ballerina-platform/ballerina-library#5966.

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (746e9ce) 81.40% compared to head (a3e217e) 81.66%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1843      +/-   ##
============================================
+ Coverage     81.40%   81.66%   +0.25%     
- Complexity        0      562     +562     
============================================
  Files           357      393      +36     
  Lines         19621    21366    +1745     
  Branches       4440     4786     +346     
============================================
+ Hits          15973    17449    +1476     
- Misses         2796     2931     +135     
- Partials        852      986     +134     

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

@vil02 vil02 marked this pull request as ready for review January 19, 2024 12:56
@dilanSachi dilanSachi added the Skip GraalVM Check This will skip the GraalVM compatibility check label Jan 19, 2024
@vil02 vil02 force-pushed the 5966_remove_unused_import branch from 7fe6003 to ddab76b Compare January 19, 2024 21:03
@vil02 vil02 requested a review from dilanSachi January 19, 2024 21:55
@vil02 vil02 force-pushed the 5966_remove_unused_import branch from ddab76b to a3e217e Compare January 20, 2024 18:12
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@dilanSachi dilanSachi merged commit 69f895f into ballerina-platform:master Jan 22, 2024
8 checks passed
@vil02 vil02 deleted the 5966_remove_unused_import branch January 22, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip GraalVM Check This will skip the GraalVM compatibility check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unused import from Http2StateUtil
2 participants