summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-09-18 11:43:16 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-09-18 12:13:55 -0500
commitf258d713a915014da5bdc9fb240deb939d5ab011 (patch)
tree606af85383145518cef54f75c98859674eabfd54 /pyproject.toml
parent30754d2394a16b612366e03d6085dcc3d6f2e200 (diff)
downloadrequests-cache-f258d713a915014da5bdc9fb240deb939d5ab011.tar.gz
Switch from coveralls to codecov
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 62bb579..038b54f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -114,6 +114,9 @@ skip-string-normalization = true
[tool.coverage.html]
directory = 'test-reports'
+[tool.coverage.xml]
+output = 'test-reports/coverage.xml'
+
[tool.coverage.run]
branch = true
source = ['requests_cache']