Skip to content

Commit

Permalink
initial test result converter interface (#79)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
trapacska authored May 24, 2019
1 parent dd02ec7 commit ad460f7
Show file tree
Hide file tree
Showing 250 changed files with 21,537 additions and 19,294 deletions.
93 changes: 74 additions & 19 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 25 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@

[[constraint]]
branch = "master"
name = "github.com/bitrise-io/bitrise"

[[constraint]]
branch = "master"
name = "github.com/bitrise-io/go-android"

[[constraint]]
name = "github.com/bitrise-io/go-utils"
branch = "master"
name = "github.com/bitrise-io/go-steputils"

[[constraint]]
name = "github.com/bitrise-tools/go-android"
branch = "master"
name = "github.com/bitrise-io/go-utils"

[[constraint]]
name = "github.com/bitrise-tools/go-steputils"
branch = "master"
name = "github.com/bitrise-io/go-xcode"

[[constraint]]
name = "github.com/gorilla/mux"
version = "1.7.2"

[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.1"

[[constraint]]
name = "github.com/bitrise-tools/go-xcode"
branch = "master"
name = "howett.net/plist"

[prune]
go-tests = true
unused-packages = true
Loading

0 comments on commit ad460f7

Please sign in to comment.