Skip to content

swap commands to new style#466

Merged
miniscruff merged 17 commits intomainfrom
refactor-other-commands
Jul 17, 2023
Merged

swap commands to new style#466
miniscruff merged 17 commits intomainfrom
refactor-other-commands

Conversation

@miniscruff
Copy link
Owner

@miniscruff miniscruff commented Mar 13, 2023

Closes #71 ( also removing Afero while I am here )

Check the following

  • Keep 100% code coverage
  • Be properly formatted
  • Documentation changes are included
  • Include a change file if expected

Want the new prompt package for this work as well, opening this so I don't forget.

@miniscruff miniscruff added the skip changelog Non-user impacting change label Mar 13, 2023
@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (89dea9b) 100.00% compared to head (8e9ce3f) 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##              main      #466    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           14        14            
  Lines         1740      1857   +117     
==========================================
+ Hits          1740      1857   +117     
Impacted Files Coverage Δ
cmd/next.go 100.00% <ø> (ø)
cmd/batch.go 100.00% <100.00%> (ø)
cmd/gen.go 100.00% <100.00%> (ø)
cmd/init.go 100.00% <100.00%> (ø)
cmd/latest.go 100.00% <100.00%> (ø)
cmd/merge.go 100.00% <100.00%> (ø)
cmd/new.go 100.00% <100.00%> (ø)
cmd/root.go 100.00% <100.00%> (ø)
core/change.go 100.00% <100.00%> (ø)
core/config.go 100.00% <100.00%> (ø)
... and 2 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@miniscruff miniscruff changed the title non-functioning wip for swapping commands to new style swap commands to new style Mar 20, 2023
Repository owner deleted a comment from trunk-io bot Jun 12, 2023
@miniscruff miniscruff marked this pull request as ready for review July 17, 2023 07:04
@miniscruff miniscruff merged commit b4da79a into main Jul 17, 2023
@miniscruff miniscruff deleted the refactor-other-commands branch July 17, 2023 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip changelog Non-user impacting change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove afero as a dependency

1 participant