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

Move from ui_* to {cli} #54

Merged
merged 3 commits into from Aug 27, 2020
Merged

Move from ui_* to {cli} #54

merged 3 commits into from Aug 27, 2020

Conversation

pat-s
Copy link
Member

@pat-s pat-s commented Aug 27, 2020

#38

Also I moved all imports to import.R and deleted package.R. Feel free to revert this if undesired.

Preview

image

R/tag-version.R Outdated
git2r::tag_delete(".", tag)
}
}

ui_done("Creating tag {ui_value(tag)} with tag message derived from {ui_path('NEWS.md')}")
cli_alert("Creating tag {.emph {tag}} with tag message derived from
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.field or .emph? I don't have an opinion, should be consistent with the code above though.


ui_done("Deleting tag {ui_value(tag$name)}")
cli_alert("Deleting tag {.emph {tag$name}}.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same.

@pat-s
Copy link
Member Author

pat-s commented Aug 27, 2020

I'll cherry-pick into f27-automate.

I'll rebase into f27-automate

@codecov
Copy link

codecov bot commented Aug 27, 2020

Codecov Report

Merging #54 into master will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #54   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          17      17           
  Lines         184     189    +5     
======================================
- Misses        184     189    +5     
Impacted Files Coverage Δ
R/bump-version.R 0.00% <0.00%> (ø)
R/commit-version.R 0.00% <0.00%> (ø)
R/finalize-version.R 0.00% <0.00%> (ø)
R/tag-version.R 0.00% <0.00%> (ø)
R/unbump-version.R 0.00% <0.00%> (ø)
R/update-news.R 0.00% <0.00%> (ø)
R/update-version.R 0.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 39ace54...e1bd26f. Read the comment docs.

@pat-s pat-s merged commit f89c575 into master Aug 27, 2020
@pat-s pat-s deleted the move-to-cli branch August 27, 2020 14:53
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants