File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,11 @@ Support this project with a :star:
39
39
40
40
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
41
41
42
- | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
43
- |-----------|--------|----------|------------------|---------------------------------------------|
44
- | output | string | true | ` " coverage.svg" ` | Output path to write the coverage<br>badge. |
45
- | overwrite | string | true | ` " true" ` | Overwrite an existing coverage badge. |
42
+ | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
43
+ |-------------------|--------|----------|------------------|---------------------------------------------|
44
+ | output | string | false | ` " coverage.svg" ` | Output path to write the coverage<br>badge. |
45
+ | overwrite | string | false | ` " true" ` | Overwrite an existing coverage badge. |
46
+ | working-directory | string | false | ` " ." ` | Current working directory |
46
47
47
48
<!-- AUTO-DOC-INPUT:END -->
48
49
@@ -94,7 +95,6 @@ Support this project with a :star:
94
95
95
96
* Free software: [MIT license](LICENSE)
96
97
97
-
98
98
## Credits
99
99
100
100
This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter).
You can’t perform that action at this time.
0 commit comments