diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0688b0..9431926 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/README.md b/README.md index 67c0097..61f6112 100644 --- a/README.md +++ b/README.md @@ -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)