mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
./node_modules/.bin/grunt jest:coverage
|
|
cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
|