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

chore(make): add task descriptions to Makefile.toml #398

Merged
merged 1 commit into from
Aug 12, 2023

Conversation

orhun
Copy link
Sponsor Member

@orhun orhun commented Aug 12, 2023

All the tasks can be listed via cargo make --list-all-steps:

build - Compile the project
build-examples - Compile project examples
check - Check code for errors and warnings
ci - Run continuous integration tasks [aliases: default]
clippy - Run Clippy for linting
coverage - Generate code coverage report
fmt - Format source code
run-examples - Run project examples
style-check - Check code style
test - Run tests
test-backend - Run backend-specific tests
test-doc - Run documentation tests
test-windows - Run tests on Windows
typos - Run typo checks

@codecov
Copy link

codecov bot commented Aug 12, 2023

Codecov Report

Merging #398 (74e59f3) into main (f63ac72) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #398   +/-   ##
=======================================
  Coverage   85.11%   85.11%           
=======================================
  Files          40       40           
  Lines        8736     8736           
=======================================
  Hits         7436     7436           
  Misses       1300     1300           

@orhun orhun added this pull request to the merge queue Aug 12, 2023
Merged via the queue into ratatui-org:main with commit 268bbed Aug 12, 2023
30 checks passed
@joshka joshka added this to the v0.23.0 milestone Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants