diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8488587..de0a405 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,3 +44,19 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/lcov.info + + - name: Code Coverage + uses: paambaati/codeclimate-action@v5.0.0 + env: + CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} + with: + coverageLocations: | + ${{github.workspace}}/coverage/lcov.info:lcov + + - name: Save NX Cache + id: nx-cache-save + uses: actions/cache/save@v4 + with: + path: | + .nx + key: ${{ steps.nx-cache-restore.outputs.cache-primary-key }} diff --git a/README.md b/README.md index d810420..6e3f949 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # valerymelou.com -[![CI](https://github.com/valerymelou/valerymelou.com/actions/workflows/ci.yml/badge.svg)](https://github.com/valerymelou/valerymelou.com/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/valerymelou/valerymelou.com/branch/develop/graph/badge.svg?token=6tCbXBdUFt)](https://codecov.io/gh/valerymelou/valerymelou.com) +[![CI](https://github.com/valerymelou/valerymelou.com/actions/workflows/ci.yml/badge.svg)](https://github.com/valerymelou/valerymelou.com/actions/workflows/ci.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/2124e70670eb3a5ba26a/maintainability)](https://codeclimate.com/github/valerymelou/valerymelou.com/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/2124e70670eb3a5ba26a/test_coverage)](https://codeclimate.com/github/valerymelou/valerymelou.com/test_coverage) All the code powering my personal website: https://valerymelou.com.