File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1010 runs-on : macos-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - name : Build
1515 run : swift build -v
1616 - name : Run tests
Original file line number Diff line number Diff line change 11# swift-doc-coverage
22
3- Generates documentation coverage statistics for Swift files
3+ Generates documentation coverage statistics for Swift files.
44
55## Installation
66
@@ -9,13 +9,5 @@ Generates documentation coverage statistics for Swift files
99Run ` install.sh ` script from Github with next command to install manually:
1010
1111``` terminal
12- $ bash <(curl -s https://raw.githubusercontent.com/ikhvorost/swift-doc-coverage/main/install.sh)
13- ```
14-
15- Or run the following commands to clone, build and install separately:
16-
17- ``` terminal
18- $ git clone https://github.com/ikhvorost/swift-doc-coverage.git
19- $ cd swift-doc-coverage
20- $ make install
12+ $ sudo bash <(curl -s https://raw.githubusercontent.com/ikhvorost/swift-doc-coverage/main/install.sh)
2113```
You can’t perform that action at this time.
0 commit comments