Skip to content

Commit

Permalink
doc: Add code coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzahamidi committed Nov 3, 2020
1 parent 2ebdcc0 commit 12a6286
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,45 @@
<a href="https://github.com/hamzahamidi/webpack-typescript-starter/actions?query=workflow%3ABuild">
<img src="https://github.com/hamzahamidi/webpack-typescript-starter/workflows/Build/badge.svg" alt="Build Status">
</a>
<a href="https://codecov.io/gh/hamzahamidi/webpack-typescript-starter">
<img src="https://codecov.io/gh/hamzahamidi/webpack-typescript-starter/branch/main/graph/badge.svg?token=wkXcbGXFol"/>
</a>
<a href="https://app.netlify.com/sites/webpack-typescript-starter/deploys">
<img src="https://api.netlify.com/api/v1/badges/a3caceb4-756f-42ae-913c-96700a2100a2/deploy-status" alt="Build Status">
</a>

</p>

Webpack typescript starter with:

* Webpack 5
* Typescript
* Scss
* Ts-jest
* Eslint
- Webpack 5
- Typescript
- Scss
- Ts-jest
- Eslint

### [Demo](https://webpack-typescript-starter.netlify.app/)


# Getting started

Make sure to have NodeJs already installed:

## Install all dependencies.

npm install

## Start developing and serve your app:

npm start

## Build your application:
## Build your application:

npm run build

## Run unit tests:

npm run test

## Run coverage:
npm run coverage

npm run coverage

0 comments on commit 12a6286

Please sign in to comment.