Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Feature/markdown console output #68

Merged
merged 8 commits into from
Feb 6, 2022

Conversation

everettraven
Copy link
Owner

Proposed Changes

Make packageless console output much more enjoyable by rendering markdown in the console output.

Type of Change

What kind of change to packageless is this?

  • Bug Fix
  • Feature
  • Documentation
  • Repository Enhancement
  • Testing

Checklist

Before the Pull Request can be considered for merging, the following Checklist should have the corresponding fields completed:

  • All tests have passed locally after running go test ./...
  • I have added tests that prove my fix or feature works as expected
  • I have added any necessary documentation for my fix or feature

Comments

Closes #63

@everettraven everettraven added the enhancement New feature or request label Feb 6, 2022
@codecov-commenter
Copy link

codecov-commenter commented Feb 6, 2022

Codecov Report

Merging #68 (dc2106d) into main (21ca303) will increase coverage by 0.41%.
The diff coverage is 87.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
+ Coverage   88.40%   88.82%   +0.41%     
==========================================
  Files           7        7              
  Lines         716      725       +9     
==========================================
+ Hits          633      644      +11     
+ Misses         55       54       -1     
+ Partials       28       27       -1     
Flag Coverage Δ
subcommands-coverage 88.82% <87.33%> (+0.41%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
subcommands/uninstall_sc.go 85.41% <85.41%> (+0.31%) ⬆️
subcommands/upgrade_sc.go 86.32% <86.32%> (+0.26%) ⬆️
subcommands/install_sc.go 86.44% <86.44%> (+0.39%) ⬆️
subcommands/subcommand.go 86.66% <86.66%> (+4.31%) ⬆️
subcommands/update_sc.go 100.00% <100.00%> (ø)
subcommands/version_sc.go 100.00% <100.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 21ca303...dc2106d. Read the comment docs.

@everettraven everettraven merged commit 054d360 into main Feb 6, 2022
@everettraven everettraven deleted the feature/markdown-console-output branch February 6, 2022 21:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve console output by rendering markdown
2 participants