Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions Sources/CartonHelpers/Parsers/ProcessOutputParser.swift

This file was deleted.

2 changes: 0 additions & 2 deletions Sources/carton-frontend-slim/TestRunners/TestsParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ extension StringProtocol {
public struct FancyTestsParser: TestsParser {
public init() {}

public let parsingConditions: ParsingCondition = [.success, .failure]

// swiftlint:disable force_try
// swiftlint:disable line_length
enum Regex {
Expand Down