diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89a3163..bb1bd2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,4 +74,7 @@ jobs: exclude: '**/*.g.dart **/*.gen.dart **/lib/di/ lib/generated/ **/lib/generated/ lib/di/*.dart **/lib/constants/ lib/constants/*.dart/ lib/routers/router.dart' - name: Upload coverage to codecov - uses: codecov/codecov-action@v3 \ No newline at end of file + uses: codecov/codecov-action@v3 + + - name: Upload coverage reports + run: bash <(curl -Ls https://coverage.codacy.com/get.sh)