Skip to content

Commit

Permalink
Update unit_test_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhi-desai authored Dec 5, 2024
1 parent 2709d9c commit 670a889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -67,6 +67,7 @@ jobs:
with:
name: coverage
path: src/coverage/lcov.info
overwrite: true

upload-codacy-coverage:
name: Upload code coverage to Codacy
Expand Down

0 comments on commit 670a889

Please sign in to comment.