Skip to content

Commit

Permalink
chore: update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
chidimo committed Mar 11, 2020
1 parent 81781e6 commit e2d0f69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
repo_token: 0NzPqaCbkuKe0VdIf1PNSX0WT2mTOMyox
repo_token: tVzMASaz6Q8Mv1z1GS10gNmdeXwtQC10f
service_name: travis-ci
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
env:
global:
- CC_TEST_REPORTER_ID=1df51aa68fb13d0716d48608e78ea76aca06552ddba23427031725290c1180d5
- CC_TEST_REPORTER_ID=483441f4f29d62fdb8f33024c1f5ce24da128ad2759347bd20f7c4561d22c2e2
matrix:
include:
- node_js: '12'
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Express API Template

[![Build Status](https://travis-ci.com/chidimo/Express-API-template.svg?token=vRPqNDsj84fjiYCWzphq&branch=master)](https://travis-ci.com/chidimo/Express-API-template)
[![Build status](https://ci.appveyor.com/api/projects/status/c9qj8j26s2kf0dkl?svg=true)](https://ci.appveyor.com/project/chidimo/express-api-template)
[![Coverage Status](https://coveralls.io/repos/github/chidimo/Express-API-template/badge.svg?branch=master)](https://coveralls.io/github/chidimo/Express-API-template?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/a02e1a5e4c4f49f1e5a2/maintainability)](https://codeclimate.com/github/chidimo/Express-API-template/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/a02e1a5e4c4f49f1e5a2/test_coverage)](https://codeclimate.com/github/chidimo/Express-API-template/test_coverage)
Create express API backend with MongoDB

[![Build Status](https://travis-ci.com/chidimo/Express-API-Template-With-MongoDB.svg?token=vRPqNDsj84fjiYCWzphq&branch=master)](https://travis-ci.com/chidimo/Express-API-Template-With-MongoDB)
[![Build status](https://ci.appveyor.com/api/projects/status/c9qj8j26s2kf0dkl?svg=true)](https://ci.appveyor.com/project/chidimo/Express-API-Template-With-MongoDB)
[![Coverage Status](https://coveralls.io/repos/github/chidimo/Express-API-Template-With-MongoDB/badge.svg?branch=master)](https://coveralls.io/github/chidimo/Express-API-Template-With-MongoDB?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/a02e1a5e4c4f49f1e5a2/maintainability)](https://codeclimate.com/github/chidimo/Express-API-Template-With-MongoDB/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/a02e1a5e4c4f49f1e5a2/test_coverage)](https://codeclimate.com/github/chidimo/Express-API-Template-With-MongoDB/test_coverage)

0 comments on commit e2d0f69

Please sign in to comment.