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

Improve code coverage #83

Merged
merged 6 commits into from
Mar 25, 2021
Merged

Improve code coverage #83

merged 6 commits into from
Mar 25, 2021

Conversation

kalaiyarasiganeshalingam
Copy link
Contributor

@kalaiyarasiganeshalingam kalaiyarasiganeshalingam commented Mar 22, 2021

Purpose

$Subject

Related issue #1217

@codecov
Copy link

codecov bot commented Mar 22, 2021

Codecov Report

Merging #83 (b7bf253) into master (e4c6fd8) will increase coverage by 12.47%.
The diff coverage is 84.21%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master      #83       +/-   ##
=============================================
+ Coverage     77.74%   90.22%   +12.47%     
- Complexity      117      134       +17     
=============================================
  Files            13       13               
  Lines           319      317        -2     
  Branches         33       34        +1     
=============================================
+ Hits            248      286       +38     
+ Misses           59       23       -36     
+ Partials         12        8        -4     
Impacted Files Coverage Δ Complexity Δ
...ng/stdlib/task/exceptions/SchedulingException.java 100.00% <ø> (+100.00%) 1.00 <0.00> (+1.00)
...ballerinalang/stdlib/task/actions/TaskActions.java 76.81% <33.33%> (+3.95%) 13.00 <0.00> (ø)
...ballerinalang/stdlib/task/objects/TaskManager.java 94.59% <93.33%> (+28.39%) 32.00 <7.00> (+8.00)
...ava/org/ballerinalang/stdlib/task/utils/Utils.java 98.14% <100.00%> (+20.37%) 20.00 <0.00> (+3.00)
.../ballerinalang/stdlib/task/utils/TaskListener.java 83.33% <0.00%> (-11.12%) 7.00% <0.00%> (-1.00%)
task-ballerina/scheduler.bal 100.00% <0.00%> (+2.56%) 36.00% <0.00%> (+5.00%)
task-ballerina/commons.bal 100.00% <0.00%> (+8.33%) 3.00% <0.00%> (+1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e4c6fd8...b7bf253. Read the comment docs.

@kalaiyarasiganeshalingam kalaiyarasiganeshalingam merged commit 173a013 into master Mar 25, 2021
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.

2 participants