Skip to content

Commit

Permalink
Added new CI badge and avoids duplicate README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Apr 23, 2021
1 parent 8230f17 commit 5ccbff2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 86 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# slic-watch

[![CircleCI Build Status](https://circleci.com/gh/fourTheorem/slic-watch.svg?style=shield)](https://app.circleci.com/pipelines/github/fourTheorem/slic-watch)
[![Build](https://github.com/fourTheorem/slic-watch/actions/workflows/build.yml/badge.svg)](https://github.com/fourTheorem/slic-watch/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/fourTheorem/slic-watch/badge.svg?branch=master)](https://coveralls.io/github/fourTheorem/slic-watch?branch=master)

SLIC Watch provides a CloudWatch Dashboard and Alarms for:
Expand Down
83 changes: 0 additions & 83 deletions serverless-plugin/README.md

This file was deleted.

5 changes: 3 additions & 2 deletions serverless-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Serverless plugin for automatic alarms and dashboards",
"main": "index.js",
"scripts": {
"test": "tap --coverage-report=html --no-browser tests/**/*.test.js"
"test": "tap --coverage-report=html --no-browser tests/**/*.test.js",
"prepublish": "cp ../README.md README.md"
},
"devDependencies": {
"js-yaml": "^4.0.0",
Expand All @@ -22,4 +23,4 @@
"case": "^1.6.3",
"lodash": "^4.17.21"
}
}
}

0 comments on commit 5ccbff2

Please sign in to comment.