Skip to content

Commit cff56e9

Browse files
Improve the logging of code coverage info
1 parent a055bc0 commit cff56e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ script: npm run lint && npm run test:typescript && npm run coverage
3333

3434
after_success:
3535
# concatenate all code-coverage data into a single file
36-
- ls -R1 coverage/*/lcov.info
36+
- ls -Rlh coverage/*/lcov.info
3737
- cat coverage/*/lcov.info > ./coverage/lcov.info
3838

3939
# send code-coverage data to Codacy

0 commit comments

Comments
 (0)