1, migrate from travis CI to github actions;
2, migrate from coveralls to codecov.
This commit is contained in:
debugtalk
2019-12-13 23:28:21 +08:00
parent bc9ff4b52a
commit d67f950b33
8 changed files with 21 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "httprunner"
version = "2.4.2"
version = "2.4.3"
description = "One-stop solution for HTTP(S) testing."
license = "Apache-2.0"
readme = "README.md"
@@ -45,7 +45,6 @@ future = { version = "^0.18.1", python = "~2.7" }
[tool.poetry.dev-dependencies]
flask = "<1.0.0"
coverage = "^4.5.4"
coveralls = "^1.8.2"
[tool.poetry.scripts]
hrun = "httprunner.cli:main"