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.
1 parent 817b3f7 commit 10cca6cCopy full SHA for 10cca6c
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