We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35b9df9 + 75a92c2 commit c27ddccCopy full SHA for c27ddcc
1 file changed
Sources/XcodeCoverageConverter/main.swift
@@ -5,7 +5,7 @@ import Foundation
5
struct Xcc: ParsableCommand {
6
static let configuration = CommandConfiguration(
7
abstract: "A Swift command-line tool to convert xccov outputs into continuous integration friendly formats",
8
- version: "0.2.1",
+ version: "0.2.2",
9
subcommands: [Generate.self],
10
defaultSubcommand: Generate.self)
11
0 commit comments