Skip to content

Commit

Permalink
Merge pull request #109 from ably-labs/97-use-main-for-spec-coverage
Browse files Browse the repository at this point in the history
Use `main` branch of spec for coverage
  • Loading branch information
lawrence-forooghian authored Nov 12, 2024
2 parents fd10691 + 88dfe0f commit 37b00b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/BuildTool/BuildTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,7 @@ struct SpecCoverage: AsyncParsableCommand {
}

mutating func run() async throws {
// TODO: https://github.com/ably-labs/ably-chat-swift/issues/97 - switch to use main at some point
let branchName = "chat-lifecycle"
let branchName = "main"

let commitSHA = try await fetchLatestSpecCommitSHAForBranchName(branchName)
print("Using latest spec commit (\(commitSHA.prefix(7))) from branch \(branchName).\n")
Expand Down

0 comments on commit 37b00b9

Please sign in to comment.