Skip to content

Commit ad460f7

Browse files
authored
initial test result converter interface (bitrise-steplib#79)
* initial test result converter interface * PR changes * ConfigModel revisioned * errcheck and linter fix * dep update * test result upload wired in * added api token handling * upload test results only if the addon is turned on * PR changes * revision * dep update * dep update * refactor * extra log added * handle multiple xmls and parenting of testsuites * typo fix * logging * more logs * xml fix * updated dir listing * fix * added newtwork call logging * log * fix * removed log * updated image lookup dir * updated image lookup path * phase dir added to look images from * deps updated, added test for both type xml parsing * PR changes * added debug mode input * added opt * test fixed
1 parent dd02ec7 commit ad460f7

File tree

250 files changed

+21537
-19294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+21537
-19294
lines changed

Gopkg.lock

+74-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+25-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,36 @@
1+
2+
[[constraint]]
3+
branch = "master"
4+
name = "github.com/bitrise-io/bitrise"
5+
6+
[[constraint]]
7+
branch = "master"
8+
name = "github.com/bitrise-io/go-android"
9+
110
[[constraint]]
2-
name = "github.com/bitrise-io/go-utils"
311
branch = "master"
12+
name = "github.com/bitrise-io/go-steputils"
413

514
[[constraint]]
6-
name = "github.com/bitrise-tools/go-android"
715
branch = "master"
16+
name = "github.com/bitrise-io/go-utils"
817

918
[[constraint]]
10-
name = "github.com/bitrise-tools/go-steputils"
1119
branch = "master"
20+
name = "github.com/bitrise-io/go-xcode"
21+
22+
[[constraint]]
23+
name = "github.com/gorilla/mux"
24+
version = "1.7.2"
25+
26+
[[constraint]]
27+
name = "github.com/pkg/errors"
28+
version = "0.8.1"
1229

1330
[[constraint]]
14-
name = "github.com/bitrise-tools/go-xcode"
1531
branch = "master"
32+
name = "howett.net/plist"
33+
34+
[prune]
35+
go-tests = true
36+
unused-packages = true

0 commit comments

Comments
 (0)