Skip to content

Commit

Permalink
added badge for the build, and linting step
Browse files Browse the repository at this point in the history
  • Loading branch information
ntodorov committed Dec 17, 2023
1 parent e921ce7 commit bb178f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run lint
- run: npm test
- name: Coveralls
uses: coverallsapp/github-action@v2
7 changes: 6 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `cbops` - CosmosDB Bulk Operations

[![Coverage Status](https://coveralls.io/repos/github/ntodorov/cosmos-bulk-ops/badge.svg?branch=master)](https://coveralls.io/github/ntodorov/cosmos-bulk-ops?branch=master)
[![Linux Build][github-actions-ci-image]][github-actions-ci-url] [![Coverage Status][coveralls-image]][coveralls-url]

CLI for bulk operations on CosmosDB container.
Supports - Create, Upsert and Delete operations.
Expand Down Expand Up @@ -75,3 +75,8 @@ NOTE: if you want to save all console output to a file, use the redirect output
## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

[github-actions-ci-image]: https://badgen.net/github/checks/expressjs/express/master?label=linux
[github-actions-ci-url]: https://github.com/expressjs/express/actions/workflows/ci.yml
[coveralls-image]: https://coveralls.io/repos/github/ntodorov/cosmos-bulk-ops/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/ntodorov/cosmos-bulk-ops?branch=master

0 comments on commit bb178f7

Please sign in to comment.