Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #60 from aerogear/test-coveralls
Browse files Browse the repository at this point in the history
Fixed coveralls configuration
  • Loading branch information
psturc committed Aug 21, 2018
2 parents 0d6acaf + c8f2fda commit 1b2e1e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
POSTGRES_HOST: 'config_postgres'
POSTGRES_PORT: '5432'
- run:
# CircleCI project has to have COVERALLS_REPO_TOKEN env set
# in order to make coveralls working
command: npm run test:cover
environment:
POSTGRES_HOST: 'config_postgres'
Expand Down Expand Up @@ -149,4 +151,4 @@ workflows:
tags:
only: /.*/ # allow anything because tag syntax is validated as part of validate-release.sh
branches:
ignore: /.*/
ignore: /.*/

0 comments on commit 1b2e1e3

Please sign in to comment.