checkpoint-restore / checkpointctl

A tool for in-depth analysis of container checkpoints
Apache License 2.0
95 stars 15 forks source link

docs: Add man pages for checkpointctl #105

Closed rst0git closed 1 year ago

rst0git commented 1 year ago

This pull request adds man pages for checkpointctl. Similar to CRIU, we use AsciiDoc language and Asciidoctor for generating the man pages.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (797f6ce) 78.83% compared to head (9836bb1) 78.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #105 +/- ## ======================================= Coverage 78.83% 78.83% ======================================= Files 6 6 Lines 926 926 ======================================= Hits 730 730 Misses 154 154 Partials 42 42 ``` | [Files Changed](https://app.codecov.io/gh/checkpoint-restore/checkpointctl/pull/105?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=checkpoint-restore) | Coverage Δ | | |---|---|---| | [memparse.go](https://app.codecov.io/gh/checkpoint-restore/checkpointctl/pull/105?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=checkpoint-restore#diff-bWVtcGFyc2UuZ28=) | `73.82% <0.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 1 year ago

Test Results

48 tests  ±0   48 :heavy_check_mark: ±0   1s :stopwatch: ±0s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 9836bb1c. ± Comparison against base commit 797f6ceb.

:recycle: This comment has been updated with latest results.

adrianreber commented 1 year ago

Maybe this is a good time to run a spellchecker like codespell.

rst0git commented 1 year ago

Maybe this is a good time to run a spellchecker like codespell.

Good idea! I've updated the pull request to enable codespell in CI.

adrianreber commented 1 year ago

The codespell job is not being triggered.

snprajwal commented 1 year ago

The codespell job is not being triggered.

It shows up under the lint job here, seems to be working as expected