Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Oct 3, 2024
1 parent 2fcaaed commit a4199ba
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 26 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ jobs:
bump:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Coverage
run: npm run coverage
- name: Badges
uses: jpb06/jest-badges-action@latest
with:
branches: main
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Coverage
run: npm run coverage
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
# cose

[![CI](https://github.com/transmute-industries/cose/actions/workflows/ci.yml/badge.svg)](https://github.com/transmute-industries/cose/actions/workflows/ci.yml)
![Branches](./badges/coverage-branches.svg)
![Functions](./badges/coverage-functions.svg)
![Lines](./badges/coverage-lines.svg)
![Statements](./badges/coverage-statements.svg)
![Jest coverage](./badges/coverage-jest%20coverage.svg)

<!-- [![NPM](https://nodei.co/npm/@transmute/cose.png?mini=true)](https://npmjs.org/package/@transmute/cose) -->

<img src="./transmute-banner.png" />

#### [Questions? Contact Transmute](https://transmute.typeform.com/to/RshfIw?typeform-source=cose)

## Usage

Expand Down Expand Up @@ -483,3 +472,7 @@ npm t
npm run lint
npm run build
```

<img src="./transmute-banner.png" />

#### [Questions? Contact Transmute](https://transmute.typeform.com/to/RshfIw?typeform-source=cose)
1 change: 0 additions & 1 deletion badges/coverage-branches.svg

This file was deleted.

1 change: 0 additions & 1 deletion badges/coverage-functions.svg

This file was deleted.

1 change: 0 additions & 1 deletion badges/coverage-jest coverage.svg

This file was deleted.

Loading

0 comments on commit a4199ba

Please sign in to comment.