dev #6
10
README.md
10
README.md
@@ -1,13 +1,13 @@
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
A set of tool to help continuous integration.
|
||||
|
||||
Checkout [Latest Documentation](https://chacha.ddns.net/mkdocs-web/chacha/{{repository}}/{{branch}}/latest/).
|
||||
Checkout [Latest Documentation](https://chacha.ddns.net/mkdocs-web/chacha/chacha_cicd_helper/master/latest/).
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Usage
|
||||
|
||||
`
|
||||
```
|
||||
> <python_bin> -m chacha_cicd_helper -h
|
||||
> usage: chacha-cicd-helper [-pp PROJECTPATH] [-tc] [-ut] [-cc] [-qc] [-dg] [-pdf] [-cpc] [-h]
|
||||
|
||||
@@ -18,19 +18,23 @@ optional arguments:
|
||||
-cpc, --complexitycheck
|
||||
enable complexity check
|
||||
-h, --help show this help message and exit
|
||||
`
|
||||
```
|
||||
|
||||
Calling those commands will create a directory called `helpers-results` in `<PROJECTPATH>` (or in the current directory).
|
||||
|
||||
This directory will contain some of the following subdirectory, depending on what enabled:
|
||||
* cl_complexity_check -> code complexity measurement report
|
||||
* cl_doc_gen -> mkdocs documentation output (html + pdf)
|
||||
* cl_quality_check -> quality check reports
|
||||
* cl_types_check -> type check reports
|
||||
* cl_unit_test -> unit test reports
|
||||
* cl_unit_test_coverage -> unit test coverage reports
|
||||
* cl_unit_test_full -> full unitest report (merged)
|
||||
|
||||
Note: <docgen> needs a docs-static directory in the target project root. Then one can put any .md file inside.
|
||||
| Directory | Content |
|
||||
|-----------------------|---------------------------------------------|
|
||||
| cl_complexity_check | code complexity measurement report |
|
||||
| cl_doc_gen | mkdocs documentation output (html + pdf) |
|
||||
| cl_quality_check | quality check reports |
|
||||
| cl_quality_check | quality check reports |
|
||||
| cl_types_check | type check reports |
|
||||
| cl_unit_test | unit test reports |
|
||||
| cl_unit_test_coverage | unit test coverage reports |
|
||||
| cl_unit_test_full | full unitest report (merged) |
|
||||
|
||||
Note: This helper aim to be used by pychachadummyproject template instantiation.
|
||||
> Note: <docgen> needs a docs-static directory in the target project root. Then one can put any .md file inside.
|
||||
|
||||
> Note: This helper aim to be used by pychachadummyproject template instantiation.
|
||||
Reference in New Issue
Block a user