diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d619fa4..1d0217de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,7 +182,10 @@ jobs: - uses: actions/checkout@v3 - uses: actions/download-artifact@v4 with: - name: coverage + name: coverage-unit + - uses: actions/download-artifact@v4 + with: + name: coverage-integration - uses: paambaati/codeclimate-action@v2.7.5 env: