Skip to content

Commit

Permalink
Complete jest coverage (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie-Wong-H authored Apr 14, 2023
2 parents c6f67fa + c03a0be commit c35643d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
[![License](https://img.shields.io/github/license/shotit/shotit-media.svg?style=flat-square)](https://github.com/shotit/shotit-media/blob/main/LICENSE)
[![Coverage](https://img.shields.io/codecov/c/github/shotit/shotit-media/main.svg?style=flat)](https://app.codecov.io/gh/shotit/shotit-media/branch/main)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/shotit/shotit-media/docker-image.yml?branch=main&style=flat-square)](https://github.com/shotit/shotit-media/actions)
[![GitHub release](https://img.shields.io/github/release/shotit/shotit-media.svg)](https://github.com/shotit/shotit-media/releases/latest)
[![Docker](https://img.shields.io/docker/pulls/lesliewong007/shotit-media?style=flat-square)](https://hub.docker.com/r/lesliewong007/shotit-media)
[![Docker Image Size](https://img.shields.io/docker/image-size/lesliewong007/shotit-media/latest?style=flat-square)](https://hub.docker.com/r/lesliewong007/shotit-media)
[![Docker Image Size](https://img.shields.io/docker/image-size/lesliewong007/shotit-media/v0.9.1?style=flat-square)](https://hub.docker.com/r/lesliewong007/shotit-media)

### Media broker for serving video preview for shotit

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format": "prettier --write \"**/*.js\"",
"lint": "prettier --check \"**/*.js\"",
"test": "prettier --check \"**/*.js\"",
"jest": "cross-env NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-vm-modules jest --runInBand"
"jest": "cross-env NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-vm-modules jest --coverage --runInBand"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c35643d

Please sign in to comment.