Skip to content
This repository was archived by the owner on Dec 5, 2020. It is now read-only.

Commit dc30b85

Browse files
authored
Add codecov upload (#93)
* Add codecov upload Signed-off-by: wslulciuc <[email protected]> * Add codecov.yml to override default branch Signed-off-by: wslulciuc <[email protected]>
1 parent b418718 commit dc30b85

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
steps:
2222
- checkout
2323
- run: pip install --user -r test-requirements.txt
24-
- run: python -m pytest ./tests --cov=marquez_client --cov-report xml ./tests
25-
- run: python -m codecov
24+
- run: python -m pytest --cov=marquez_python tests/
25+
- run: bash <(curl -s https://codecov.io/bash)
2626

2727
release:
2828
<<: *defaults

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
codecov:
2+
branch: main

0 commit comments

Comments
 (0)