Skip to content

Commit

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

- name: List Contents of Coverage Directory
run: cd packages/manager/coverage && ls -R

checks:
runs-on: ubuntu-latest
needs: base_branch_coverage
Expand All @@ -48,6 +45,12 @@ jobs:
- name: Install dependencies
run: yarn

- name: Debugging - List Contents of Directory
run: |
ls -R
ls -R packages/manager/coverage
working-directory: ${{ github.workspace }}

- name: Run test coverage
run: yarn workspace linode-manager run test

Expand All @@ -59,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
base-lcov-file: "base-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 66af291

Please sign in to comment.