Skip to content

Commit 6abf245

Browse files
author
Beat Buesser
committed
Update ci.yml to reactivate codecov
Signed-off-by: Beat Buesser <[email protected]>
1 parent b77a2b4 commit 6abf245

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -127,26 +127,8 @@ jobs:
127127
pip list
128128
- name: Run ${{ matrix.name }} Tests
129129
run: ./run_tests.sh ${{ matrix.framework }}
130-
- name: Save code coverage report
131-
if: ${{ matrix.framework != 'legacy' }}
132-
uses: actions/upload-artifact@v2
133-
with:
134-
name: ${{ matrix.name }} Code Coverage
135-
path: coverage.xml
136-
codecov:
137-
name: Upload to Codecov
138-
needs: test
139-
runs-on: ubuntu-latest
140-
steps:
141-
- name: Get Coverage Reports
142-
uses: actions/download-artifact@v2
143-
with:
144-
path: coverage
145-
- name: Upload Coverage Reports to Codecov
130+
- name: Upload coverage to Codecov
146131
uses: codecov/codecov-action@v1
147-
with:
148-
directory: coverage
149-
fail_ci_if_error: true
150132
style:
151133
name: Style Check
152134
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)