Skip to content

Commit

Permalink
chore: add codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Evyweb committed Nov 10, 2024
1 parent 20c4fd0 commit 06a1544
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,5 @@ jobs:
- name: Tests
run: npm test:coverage

- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Build
run: npm run build
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# A simple IOC container for Typescript
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/evyweb/ioctopus/main.yml)
![Codecov](https://img.shields.io/codecov/c/github/evyweb/ioctopus)
![NPM Downloads](https://img.shields.io/npm/dm/%40evyweb%2Fioctopus)

![logo-ioctopus.png](assets/logo-ioctopus.png)
Expand Down

0 comments on commit 06a1544

Please sign in to comment.