Skip to content

Commit

Permalink
rename workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
quocvu committed Oct 1, 2022
1 parent 44e70b7 commit a06c534
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
[![Build Status](https://img.shields.io/github/workflow/status/quocvu/ranked/NodeJS-CI?style=for-the-badge)](https://github.com/quocvu/ranked/actions/workflows/unit-tests.yml)
[![Build Status](https://img.shields.io/github/workflow/status/quocvu/ranked/NodeJS-CI?style=for-the-badge)](https://github.com/quocvu/ranked/actions/workflows/NodeJS-CI.yml)
[![Coverage Status](https://img.shields.io/coveralls/quocvu/ranked.svg?style=for-the-badge)](https://coveralls.io/github/quocvu/ranked)
[![NPM Downloads](https://img.shields.io/npm/dt/ranked.svg?style=for-the-badge)](https://www.npmjs.com/package/ranked)
[![NPM Version](https://img.shields.io/npm/v/ranked.svg?style=for-the-badge)](https://www.npmjs.com/package/ranked)
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,6 @@
"description": "Strategies for assigning ranks",
"main": "index.js",
"scripts": {
"coveralls": "jest --coverage",
"test": "NODE_ENV=test jest --coverage"
},
"repository": {
Expand Down

0 comments on commit a06c534

Please sign in to comment.