Skip to content

Commit

Permalink
ci: fix codecov (#2650)
Browse files Browse the repository at this point in the history
As recommended here:
codecov/feedback#388

This PR makes it such that checkout fetches the two prior commits, to
show the diff.
  • Loading branch information
superlopuh authored Jun 6, 2024
1 parent 6095319 commit 2adb193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/checkout@v4
with:
path: xdsl
fetch-depth: 2

- name: Install native dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
Expand Down Expand Up @@ -128,5 +129,6 @@ jobs:
with: |
fail_ci_if_error: true
verbose: true
root_dir: xdsl
files: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2adb193

Please sign in to comment.