mirror of
https://github.com/emn178/js-sha256.git
synced 2026-08-12 20:32:16 +08:00
Fix uploading coverage to coveralls (#52)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
@@ -32,8 +32,10 @@ jobs:
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
||||
- name: Upload to coveralls
|
||||
run: |
|
||||
npm install coveralls
|
||||
npm run coveralls
|
||||
- name: Generate coverage report
|
||||
run: npm run coverage
|
||||
|
||||
- name: Upload to coveralls
|
||||
uses: coverallsapp/github-action@v2
|
||||
with:
|
||||
file: ./coverage.lcov
|
||||
|
||||
Reference in New Issue
Block a user