Skip to content

Commit 882e6d6

Browse files
authored
Update build.yml
1 parent 5eb8698 commit 882e6d6

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@ jobs:
2525
- name: Test
2626
run: |
2727
pytest -n auto -x -rA
28-
# - name: Codecov
29-
# uses: codecov/codecov-action@v1
30-
# with:
31-
# token: ${{ secrets.CODECOV_TOKEN }}
32-
# files: ./coverage1.xml,./coverage2.xml
33-
# directory: ./coverage/reports/
34-
# flags: unittests
35-
# env_vars: OS,PYTHON
36-
# name: codecov-umbrella
37-
# fail_ci_if_error: true
38-
# path_to_write_report: ./coverage/codecov_report.txt
39-
# verbose: true
28+
- name: Codecov
29+
uses: actions/checkout@master
30+
uses: codecov/codecov-action@v2
31+
with:
32+
token: ${{ secrets.CODECOV_TOKEN }}
33+
files: ./coverage1.xml,./coverage2.xml
34+
directory: ./coverage/reports/
35+
flags: unittests
36+
env_vars: OS,PYTHON
37+
name: codecov-umbrella
38+
fail_ci_if_error: true
39+
path_to_write_report: ./coverage/codecov_report.txt
40+
verbose: true

0 commit comments

Comments
 (0)