We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fbd94 commit 0901ed5Copy full SHA for 0901ed5
.github/workflows/run-tox.yml
@@ -25,3 +25,11 @@ jobs:
25
- name: Run tox
26
run: |
27
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
@@ -0,0 +1,4 @@
1
+comment:
2
+ layout: "diff, flags, files"
3
+ behavior: default
4
+ require_changes: false
0 commit comments