Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
Version merge 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevoss authored Dec 19, 2018
2 parents 2a43ab1 + 8a43e6f commit e7e2378
Show file tree
Hide file tree
Showing 28 changed files with 1,554 additions and 721 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
name: Run tests
command: npm test

- run:
name: Uplodad code coverage
command: npm run codecov

- persist_to_workspace:
root: ~/repo
paths: .
Expand Down Expand Up @@ -60,4 +64,4 @@ workflows:
tags:
only: /^v.*/
branches:
ignore: /.*/
ignore: /.*/
Loading

0 comments on commit e7e2378

Please sign in to comment.