Skip to content

Commit

Permalink
copy the lcov file around
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcal committed May 5, 2021
1 parent bc8cdeb commit c104070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- run: npm install -g grunt-cli
- run: npm install
- run: grunt
- run: cp ./coverage/*/lcov.info ./coverage/
- run: ls -lR ./coverage/

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: 'coverage/*/lcov.info'

0 comments on commit c104070

Please sign in to comment.