Skip to content

Commit

Permalink
fix ENOENT
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Oct 10, 2023
1 parent 66af291 commit a339846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: base-lcov
path: packages/manager/coverage/base-lcov.info
path: packages/manager/coverage/base-lcov

- name: Install dependencies
run: yarn
Expand All @@ -62,7 +62,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
barecheck-github-app-token: ${{ secrets.BARECHECK_GITHUB_APP_TOKEN }}
lcov-file: "packages/manager/coverage/lcov.info"
base-lcov-file: "base-lcov.info"
base-lcov-file: "packages/manager/coverage/base-lcov/lcov.info"
minimum-ratio: 0 # Fails Github action once code coverage is decreasing
send-summary-comment: true
show-annotations: "warning" # Possible options warning|error

0 comments on commit a339846

Please sign in to comment.