Skip to content

Commit 95abd00

Browse files
committed
Removed obsolete coveralls dependency, renamed git workflow
1 parent ae336a8 commit 95abd00

File tree

4 files changed

+3
-29
lines changed

4 files changed

+3
-29
lines changed

.github/workflows/git-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Git CI Build
1+
name: git-ci-build
22

33
on:
44
[push]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
44
![npm (scoped)](https://img.shields.io/npm/v/@tsmx/mongoose-encrypted-string)
55
![node-current (scoped)](https://img.shields.io/node/v/@tsmx/mongoose-encrypted-string)
6-
[![Build Status](https://travis-ci.com/tsmx/mongoose-encrypted-string.svg?branch=master)](https://travis-ci.org/tsmx/mongoose-encrypted-string)
6+
[![Build Status](https://img.shields.io/github/workflow/status/tsmx/mongoose-encrypted-string/Git%20CI%20Build)](https://img.shields.io/github/workflow/status/tsmx/mongoose-encrypted-string/Git%20CI%20Build)
77
[![Coverage Status](https://coveralls.io/repos/github/tsmx/mongoose-encrypted-string/badge.svg?branch=master)](https://coveralls.io/github/tsmx/mongoose-encrypted-string?branch=master)
88

99
> `EncryptedString` type for Mongoose schemas. Provides AES-256-CBC encryption-at-rest for strings.

package-lock.json

Lines changed: 1 addition & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"mongoose": "^5.10.9"
3333
},
3434
"devDependencies": {
35-
"coveralls": "^3.1.0",
3635
"jest": "^26.5.3",
3736
"mongodb-memory-server": "^6.9.2"
3837
}

0 commit comments

Comments
 (0)