spmeesseman / vscode-taskexplorer

Run and Manage Tasks for Visual Studio Code
Other
141 stars 30 forks source link

Fix typos in README.md #118

Closed MichaelCurrin closed 3 years ago

MichaelCurrin commented 4 years ago

Also used an extension to format the tables to be more readable as markdown.

codecov[bot] commented 4 years ago

Codecov Report

Merging #118 into master will decrease coverage by 11.90%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #118       +/-   ##
===========================================
- Coverage   90.08%   78.17%   -11.91%     
===========================================
  Files          15       15               
  Lines        2309     2309               
  Branches      551      551               
===========================================
- Hits         2080     1805      -275     
- Misses        220      251       +31     
- Partials        9      253      +244     
Impacted Files Coverage Δ
src/taskProviderScript.ts 77.77% <0.00%> (-18.81%) :arrow_down:
src/taskProviderAnt.ts 70.58% <0.00%> (-16.18%) :arrow_down:
src/taskProviderGulp.ts 77.41% <0.00%> (-14.84%) :arrow_down:
src/extension.ts 76.37% <0.00%> (-14.57%) :arrow_down:
src/taskProviderGradle.ts 82.56% <0.00%> (-13.77%) :arrow_down:
src/taskProviderMake.ts 81.89% <0.00%> (-12.94%) :arrow_down:
src/taskTree.ts 73.29% <0.00%> (-12.31%) :arrow_down:
src/taskProviderGrunt.ts 84.87% <0.00%> (-10.93%) :arrow_down:
src/taskProviderAppPublisher.ts 88.31% <0.00%> (-9.10%) :arrow_down:
src/tasks.ts 85.00% <0.00%> (-8.34%) :arrow_down:
... and 2 more

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 1f42f3a...0e28fab. Read the comment docs.

MichaelCurrin commented 4 years ago

Something wrong with the coverage calcs - I didn't change TS files and yet they decrease coverage by like 10%.

spmeesseman commented 3 years ago

:tada: This PR is included in version 1.28.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: