Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

fix: qa levels and ci improvements #50

Merged
merged 5 commits into from
Dec 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
push_options: '--force'
commit_message: "chore(docs): Rebuild docs [skip ci]"
commit_message: "chore(docs): Rebuild docs + coverage [skip ci]"
commit_author: Javier Ribó <[email protected]>
commit_user_name: Javier Ribó
commit_user_email: [email protected]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We are not going to stop here but ensure that our SDK can be used in any platfor
## QA & Documentation
| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-94.5%25-brightgreen.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-88.88%25-yellow.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-92.85%25-brightgreen.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-94.23%25-brightgreen.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-95.8%25-brightgreen.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-92.66%25-brightgreen.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-86.66%25-yellow.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-95.8%25-brightgreen.svg?style=flat) |

### Documentation

Expand Down
Loading