Skip to content

Commit

Permalink
ci(lcov): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MassivDash committed Dec 16, 2024
1 parent 77e15db commit 4996bd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcovCli.info --manifest-path Cargo.toml
- name: Report code coverage
if: matrix.os == 'macOS-latest'
uses: zgosalvez/github-actions-report-lcov@4.1.21
uses: zgosalvez/github-actions-report-lcov@v4.1.21
with:
coverage-files: lcovCli.info
artifact-name: code-coverage-cli-report
Expand All @@ -54,7 +54,7 @@ jobs:

- name: Report code coverage
if: matrix.os == 'macOS-latest'
uses: zgosalvez/github-actions-report-lcov@4.1.21
uses: zgosalvez/github-actions-report-lcov@v4.1.21
with:
coverage-files: lcovBackend.info
artifact-name: code-coverage-backend-report
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/relase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcovCli.info --manifest-path Cargo.toml
- name: Report code coverage
if: matrix.os == 'macOS-latest'
uses: zgosalvez/github-actions-report-lcov@4.1.21
uses: zgosalvez/github-actions-report-lcov@v4.1.21
with:
coverage-files: lcovCli.info
artifact-name: code-coverage-cli-report
Expand All @@ -52,7 +52,7 @@ jobs:
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcovBackend.info --manifest-path src/backend/Cargo.toml
- name: Report code coverage
if: matrix.os == 'macOS-latest'
uses: zgosalvez/github-actions-report-lcov@4.1.21
uses: zgosalvez/github-actions-report-lcov@v4.1.21
with:
coverage-files: lcovBackend.info
artifact-name: code-coverage-backend-report
Expand Down

0 comments on commit 4996bd6

Please sign in to comment.