Skip to content

Commit

Permalink
try more
Browse files Browse the repository at this point in the history
  • Loading branch information
webmiche committed Dec 12, 2022
1 parent de2cfc7 commit 3d285a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
- name: Combine coverage data
run: |
coverage combine --append $(find xdsl/tests/filecheck -type d)
coverage report
coverage xml
coverage report --data-file=xdsl/.coverage
coverage xml --data-file=xdsl/.coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 3d285a2

Please sign in to comment.