From 670a889e28fbe7645acd052f2b0841f2550fc2c3 Mon Sep 17 00:00:00 2001 From: riddhi-desai <121314059+riddhi-desai@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:44:37 -0500 Subject: [PATCH] Update unit_test_coverage.yml --- .github/workflows/unit_test_coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit_test_coverage.yml b/.github/workflows/unit_test_coverage.yml index a41e69b..0bf4806 100644 --- a/.github/workflows/unit_test_coverage.yml +++ b/.github/workflows/unit_test_coverage.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - version: [20, 21, 18] + version: [20, 22, 18] name: Checkout, install, lint, build and test with coverage runs-on: ubuntu-latest @@ -67,6 +67,7 @@ jobs: with: name: coverage path: src/coverage/lcov.info + overwrite: true upload-codacy-coverage: name: Upload code coverage to Codacy