diff options
-rw-r--r-- | cmd/go.mod | 2 | ||||
-rw-r--r-- | cmd/go.sum | 4 | ||||
-rw-r--r-- | codecov.yml | 23 |
3 files changed, 3 insertions, 26 deletions
@@ -10,7 +10,7 @@ require ( github.com/spiral/endure v1.0.0-beta21 github.com/spiral/errors v1.0.9 github.com/spiral/goridge/v3 v3.0.0 - github.com/spiral/roadrunner/v2 v2.0.0-beta13 + github.com/spiral/roadrunner/v2 v2.0.0-beta19 github.com/temporalio/roadrunner-temporal v1.0.0-beta2 github.com/vbauerster/mpb/v5 v5.4.0 go.uber.org/multierr v1.6.0 @@ -439,8 +439,8 @@ github.com/spiral/errors v1.0.9/go.mod h1:SwMSZVdZkkJVgXNNafccqOaxWg0XPzVU/dEdUE github.com/spiral/goridge/v3 v3.0.0 h1:FIz6wHaob5KynpOfzVpzj4bmqbEelGPFyuEf4i2+CG8= github.com/spiral/goridge/v3 v3.0.0/go.mod h1:XFQGc42KNzo/hPIXPki7mEkFTf9v/T7qFk/TYJjMtzE= github.com/spiral/roadrunner/v2 v2.0.0-beta12/go.mod h1:mYU5iBLK9M8dNFWO6fnBu52CVbkCVnYPqrwpL+mT7Wg= -github.com/spiral/roadrunner/v2 v2.0.0-beta13 h1:+GhMRg9huYQv8MPzWs015woAJpRla0lTvliFzx6TI5s= -github.com/spiral/roadrunner/v2 v2.0.0-beta13/go.mod h1:fNvBA+44gkdmf1CSpfl5j9fIBonlchWeS07zuIgT6xw= +github.com/spiral/roadrunner/v2 v2.0.0-beta19 h1:7PlaNepLjVMwmO/eeEd3s8cJi67E07qtbNfOYSzbsQ4= +github.com/spiral/roadrunner/v2 v2.0.0-beta19/go.mod h1:fNvBA+44gkdmf1CSpfl5j9fIBonlchWeS07zuIgT6xw= github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI= diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 43716f56..00000000 --- a/codecov.yml +++ /dev/null @@ -1,23 +0,0 @@ -coverage: - status: - project: - default: - target: auto - threshold: 0% - informational: true - patch: - default: - target: auto - threshold: 0% - informational: true - -# do not include tests folders -ignore: - - "tests" - - "plugins/kv/boltdb/plugin_unit_test.go" - - "plugins/kv/memcached/plugin_unit_test.go" - - "plugins/kv/memory/plugin_unit_test.go" - - "pkg/events/pool_events.go" - - "pkg/events/worker_events.go" - - "interfaces" - - "systemd"
\ No newline at end of file |