add codecov upload

This commit is contained in:
Gergő Jedlicska
2021-11-24 18:21:39 +01:00
parent 21eecfa24c
commit c52f80c1ef
+3
View File
@@ -2,6 +2,7 @@ version: 2.1
orbs:
python: circleci/python@1.3.2
codecov: codecov/codecov@3.2.2
jobs:
test:
@@ -46,6 +47,8 @@ jobs:
- store_artifacts:
path: reports
- codecov/upload
deploy:
docker:
- image: "circleci/python:3.8"