Skip to content

Commit

Permalink
Merge pull request #7 from pedroarapua/feature/teste
Browse files Browse the repository at this point in the history
Feature/teste
  • Loading branch information
pedroarapua authored May 6, 2018
2 parents 7d58a89 + 16b6ede commit d485e53
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 18 deletions.
25 changes: 10 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ defaults: &defaults
docker:
- image: circleci/node:8.9


default_filters_tag: &default_filters_tag
branches:
ignore: /.*/
tags:
only: /v.*/

version: 2
jobs:
test:
Expand Down Expand Up @@ -94,11 +101,7 @@ workflows:
- release:
requires:
- test
filters:
branches:
ignore: /.*/
tags:
only: /v.*/
filters: *default_filters_tag
- "approval-stage":
type: approval
requires:
Expand All @@ -110,16 +113,8 @@ workflows:
type: approval
requires:
- release
filters:
branches:
ignore: /.*/
tags:
only: /v.*/
filters: *default_filters_tag
- "deploy-production":
requires:
- "approval-production"
filters:
branches:
ignore: /.*/
tags:
only: /v.*/
filters: *default_filters_tag
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
![Github All Releases](https://img.shields.io/github/downloads/pedroarapua/coveralls-teste/total.svg)
![Travis branch](https://img.shields.io/travis/pedroarapua/coveralls-teste.svg)
[![Coverage Status](https://coveralls.io/repos/pedroarapua/coveralls-teste/badge.svg?branch=master)](https://coveralls.io/r/pedroarapua/coveralls-teste?branch=master)
[![Quality Gate](https://sonarcloud.io/api/badges/gate?key=coveralls-teste)](https://sonarcloud.io/dashboard/index/coveralls-teste)
[![Quality Gate](https://sonarcloud.io/api/badges/gate?key=coveralls-teste)](https://sonarcloud.io/dashboard/index/coveralls-teste)

ola teste1
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coveralls-teste",
"version": "1.0.12",
"version": "1.0.14",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d485e53

Please sign in to comment.