Skip to content

Commit

Permalink
pointing to correct lcov file and ignoring .eslintcache
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Apr 23, 2021
1 parent 6b9cd58 commit d19a5d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
github-token: ${{ secrets.github_token }}
flag-name: run-node-${{ matrix.node-version }}
parallel: true
path-to-lcov: serverless-plugin/coverage/lcov.info

finish:
needs: build
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,4 @@ node_modules/
.serverless/
coverage/
.vscode/
.eslintcache

0 comments on commit d19a5d9

Please sign in to comment.