Skip to content

Commit

Permalink
CI: Add coverage back. (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal authored Apr 17, 2023
1 parent d6c0642 commit d6b7d33
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/ci-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ jobs:
pip install -e .[extras]
pip install nbval
# - name: Install CI dependencies
# run: |
# pip install codecov

- name: Cache binaries
id: cache-binary
uses: actions/cache@v3
Expand Down Expand Up @@ -118,12 +114,12 @@ jobs:
coverage report
coverage xml
# - name: Upload coverage to Codecov
# if: matrix.python-version == '3.10'
# uses: codecov/codecov-action@v3
# with:
# fail_ci_if_error: true
# verbose: true
# directory: ${GITHUB_WORKSPACE}/../
# files: coverage.xml
# token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage to Codecov
if: matrix.python-version == '3.10'
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true
directory: ${GITHUB_WORKSPACE}/../
files: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d6b7d33

Please sign in to comment.