swellaby / vscode-rust-test-adapter

Rust Test Explorer extension for VS Code
MIT License
56 stars 10 forks source link

change the category #170

Closed melMass closed 2 years ago

melMass commented 2 years ago

Closes #169

calebcartwright commented 2 years ago

Oops, sorry I lied. I forget we had tests enforcing the extension metadata (for some reason :thinking:) and that's what's causing the CI failures. Would you mind updating this one test line to match the change too?

https://github.com/swellaby/vscode-rust-test-adapter/blob/56c3d0d1247eb4f75f448a581a45949a4e9a1c60/test/unit/manifest.ts#L19-L21

codecov[bot] commented 2 years ago

Codecov Report

Merging #170 (a54ea9a) into master (8948c5d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #170   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          413       412    -1     
  Branches        57        57           
=========================================
- Hits           413       412    -1     
Impacted Files Coverage Δ
src/test-loader.ts 100.00% <0.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 56c3d0d...a54ea9a. Read the comment docs.

melMass commented 2 years ago

Ahhhh! 😅 There was a commit in between... I'll try again