We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 817b3f7 + 10cca6c commit 3e668c2Copy full SHA for 3e668c2
Sources/XcodeCoverageConverter/main.swift
@@ -4,7 +4,7 @@ import Core
4
struct Xcc: ParsableCommand {
5
static let configuration = CommandConfiguration(
6
abstract: "A Swift command-line tool to convert xccov outputs into continuous integration friendly formats",
7
- version: "0.2.0",
+ version: "0.2.1",
8
subcommands: [Generate.self],
9
defaultSubcommand: Generate.self)
10
0 commit comments