Skip to content

Commit

Permalink
adds doc coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasCarioca committed May 25, 2020
1 parent dce5f2e commit fc06b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docCoverage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":"0.0.1","type":"org.dcov.report.json.export","data":{"symbols":[{"column":15,"documented":true,"line":8,"name":"SwitcherPage","type":"Structure","file":"QuickComponents\/NavigationComponents\/SwiftUIView.swift"},{"column":22,"documented":true,"line":23,"name":"SwitcherPage.init(label:view:)","type":"Initializer","file":"QuickComponents\/NavigationComponents\/SwiftUIView.swift"},{"column":2,"documented":true,"line":33,"name":"SwitcherView","type":"Structure","file":"QuickComponents\/NavigationComponents\/SwiftUIView.swift"},{"column":30,"documented":true,"line":50,"name":"SwitcherView.init(pages:)","type":"Initializer","file":"QuickComponents\/NavigationComponents\/SwiftUIView.swift"},{"column":38,"documented":true,"line":57,"name":"SwitcherView.body","type":"Variable","file":"QuickComponents\/NavigationComponents\/SwiftUIView.swift"},{"column":15,"documented":true,"line":8,"name":"BarView","type":"Structure","file":"QuickComponents\/DataComponents\/BarView.swift"},{"column":114,"documented":true,"line":32,"name":"BarView.init(value:max:)","type":"Initializer","file":"QuickComponents\/DataComponents\/BarView.swift"},{"column":6,"documented":true,"line":41,"name":"BarView.init(value:max:showLabel:color:)","type":"Initializer","file":"QuickComponents\/DataComponents\/BarView.swift"},{"column":6,"documented":true,"line":58,"name":"BarView.body","type":"Variable","file":"QuickComponents\/DataComponents\/BarView.swift"}],"files":{"QuickComponents\/NavigationComponents\/SwiftUIView.swift":{"count":5,"documented":5,"percent":100},"QuickComponents\/DataComponents\/BarView.swift":{"count":4,"documented":4,"percent":100}},"totals":{"count":9,"documented":9,"percent":100}}}
1 change: 1 addition & 0 deletions generateDocs.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
swift doc generate Sources --module-name QuickComponents --output docs/ --format html
swift doc coverage Sources --output docCoverage.json

0 comments on commit fc06b3e

Please sign in to comment.