Skip to content

Commit

Permalink
Remove test coveral from boiler ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wgrisa committed May 8, 2019
1 parent f992f09 commit e4858f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Expand Up @@ -41,16 +41,14 @@ jobs:
npm run test-coverage
- setup_remote_docker
- run:
name: Run generator and client tests
name: Run generator
environment:
NODE_ENV: ci
command: |
if [ "${GENERATOR_ENABLED}" == "true" ]; then
set -ou pipefail
npm i
npm run generator
cat ./client/package.json
docker-compose run --rm site npm run test-coverage
fi
- restore_cache:
keys:
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -3,7 +3,6 @@
[![aeboilerplate license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/agencyenterprise/aeboilerplate/blob/master/LICENCE.md)
[![build](https://circleci.com/gh/agencyenterprise/aeboilerplate.svg?style=shield&circle-token=3d749403becdba1c3b622fb512abad50192930b6)](https://circleci.com/gh/agencyenterprise/aeboilerplate)
[![npm version](https://badge.fury.io/js/aeboilerplate.svg)](https://badge.fury.io/js/aeboilerplate)
[![Coverage Status](https://coveralls.io/repos/github/agencyenterprise/aeboilerplate/badge.svg?branch=)](https://coveralls.io/github/agencyenterprise/aeboilerplate?branch=)

A full-stack React/Node/Typescript web project starter that focuses primarily on ease-of-use and simplicity.

Expand Down

0 comments on commit e4858f3

Please sign in to comment.