diff options
| author | Jordan Cook <JWCook@users.noreply.github.com> | 2021-09-18 12:04:26 -0500 |
|---|---|---|
| committer | Jordan Cook <jordan.cook@pioneer.com> | 2021-09-18 12:13:55 -0500 |
| commit | 1abe67c34ee78f2f898bf1af46bccadbf796bf6a (patch) | |
| tree | 606af85383145518cef54f75c98859674eabfd54 /pyproject.toml | |
| parent | 30754d2394a16b612366e03d6085dcc3d6f2e200 (diff) | |
| parent | f258d713a915014da5bdc9fb240deb939d5ab011 (diff) | |
| download | requests-cache-codecov.tar.gz | |
Merge pull request #417 from JWCook/codecovcodecov
Switch from coveralls to codecov
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
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'] |
