Skip to content

Commit 0901ed5

Browse files
Setup Codecov (#6)
1 parent b1fbd94 commit 0901ed5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/run-tox.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ jobs:
2525
- name: Run tox
2626
run: |
2727
tox
28+
- name: Upload to codecov
29+
if: ${{matrix.python-version == '3.8'}}
30+
uses: codecov/codecov-action@v1
31+
with:
32+
fail_ci_if_error: false
33+
files: ./reports/coverage-py38.xml
34+
flags: pytest
35+
name: "data-validation-framework-py38"

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
comment:
2+
layout: "diff, flags, files"
3+
behavior: default
4+
require_changes: false

0 commit comments

Comments
 (0)