-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from AppDifferentia/configure-release
Configure release
- Loading branch information
Showing
7 changed files
with
118 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
#if !canImport(ObjectiveC) | ||
import XCTest | ||
import XCTest | ||
|
||
extension DangerSwiftJiraGitHubTests { | ||
// DO NOT MODIFY: This is autogenerated, use: | ||
// `swift test --generate-linuxmain` | ||
// to regenerate. | ||
static let __allTests__DangerSwiftJiraGitHubTests = [ | ||
("testDoNotSkipJiraInPullRequest", testDoNotSkipJiraInPullRequest), | ||
("testFindJiraIssueInPullRequestBody", testFindJiraIssueInPullRequestBody), | ||
("testFindJiraIssueInPullRequestCommits", testFindJiraIssueInPullRequestCommits), | ||
("testFindJiraIssueInPullRequestTitle", testFindJiraIssueInPullRequestTitle), | ||
("testGenerateJiraLink", testGenerateJiraLink), | ||
("testOnlyFindUniqueIssues", testOnlyFindUniqueIssues), | ||
("testSkipJiraInPullRequest", testSkipJiraInPullRequest), | ||
] | ||
} | ||
extension DangerSwiftJiraGitHubTests { | ||
// DO NOT MODIFY: This is autogenerated, use: | ||
// `swift test --generate-linuxmain` | ||
// to regenerate. | ||
static let __allTests__DangerSwiftJiraGitHubTests = [ | ||
("testDoNotSkipJiraInPullRequest", testDoNotSkipJiraInPullRequest), | ||
("testFindJiraIssueInPullRequestBody", testFindJiraIssueInPullRequestBody), | ||
("testFindJiraIssueInPullRequestCommits", testFindJiraIssueInPullRequestCommits), | ||
("testFindJiraIssueInPullRequestTitle", testFindJiraIssueInPullRequestTitle), | ||
("testGenerateJiraLink", testGenerateJiraLink), | ||
("testOnlyFindUniqueIssues", testOnlyFindUniqueIssues), | ||
("testSkipJiraInPullRequest", testSkipJiraInPullRequest), | ||
] | ||
} | ||
|
||
public func __allTests() -> [XCTestCaseEntry] { | ||
return [ | ||
testCase(DangerSwiftJiraGitHubTests.__allTests__DangerSwiftJiraGitHubTests), | ||
] | ||
} | ||
public func __allTests() -> [XCTestCaseEntry] { | ||
[ | ||
testCase(DangerSwiftJiraGitHubTests.__allTests__DangerSwiftJiraGitHubTests), | ||
] | ||
} | ||
#endif |