diff --git a/docCoverage.json b/docCoverage.json new file mode 100644 index 0000000..6fc4156 --- /dev/null +++ b/docCoverage.json @@ -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}}} \ No newline at end of file diff --git a/generateDocs.sh b/generateDocs.sh index eff23ff..25f7022 100755 --- a/generateDocs.sh +++ b/generateDocs.sh @@ -1 +1,2 @@ swift doc generate Sources --module-name QuickComponents --output docs/ --format html +swift doc coverage Sources --output docCoverage.json