cozy-labs/cozy-desktop

View on GitHub
dev/ci/coverage.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

set -ex

. "./dev/ci/start_xvfb.sh"

yarn install:electron
yarn test:unit:coverage --timeout $MOCHA_TIMEOUT --forbid-only
bash <(curl -s https://codecov.io/bash)