Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
sagi committed Dec 31, 2021
1 parent 42a640e commit 6096ab2
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -37,6 +37,9 @@ jobs:
- run:
name: code-coverage
command: yarn test --coverage
- run:
name: coveralls
command: yarn coveralls
- store_artifacts:
path: coverage
prefix: coverage
4 changes: 2 additions & 2 deletions README.md
@@ -1,9 +1,9 @@
# Cloudflare Workers Secrets API

[`@sagi.io/workers-secrets`](https://www.npmjs.com/package/@sagi.io/workers-secrets)
allows Cloudflare Workers Secrets API within your worker and in Node.js.
[`@sagi.io/workers-secrets`](https://www.npmjs.com/package/@sagi.io/workers-secrets) is Cloudflare Workers Secrets API for workers and Node.js.

[![CircleCI](https://circleci.com/gh/sagi/workers-secrets.svg?style=svg&circle-token=e5282bece02d965a8fcde66d517bb599f20aa2e4)](https://circleci.com/gh/sagi/workers-secrets)
[![Coverage Status](https://coveralls.io/repos/github/sagi/workers-secrets/badge.svg)](https://coveralls.io/github/sagi/workers-secrets)
[![MIT License](https://img.shields.io/npm/l/@sagi.io/workers-secrets.svg?style=flat-square)](http://opensource.org/licenses/MIT)
[![version](https://img.shields.io/npm/v/@sagi.io/workers-secrets.svg?style=flat-square)](http://npm.im/@sagi.io/workers-secrets)

Expand Down
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@sagi.io/workers-secrets",
"version": "0.0.4",
"version": "0.0.5",
"description": "Cloudflare Workers Secrets API",
"license": "MIT",
"author": "Sagi Kedmi <git@sagi.io> (https://sagi.io)",
Expand Down Expand Up @@ -31,6 +31,7 @@
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"coveralls": "^3.1.1",
"cross-fetch": "^3.1.4",
"dotenv": "^10.0.0",
"eslint": "^8.5.0",
Expand Down

0 comments on commit 6096ab2

Please sign in to comment.