Skip to content

Commit

Permalink
Bump romeovs/lcov-reporter-action from 0.3.1 to 0.4.0 (#65)
Browse files Browse the repository at this point in the history
Bumps [romeovs/lcov-reporter-action](https://github.com/romeovs/lcov-reporter-action) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/romeovs/lcov-reporter-action/releases)
- [Commits](romeovs/lcov-reporter-action@v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: romeovs/lcov-reporter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 896cf53 commit 1a2e2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: cmake --build ${{ env.build }} --target GAlib_lcov

- name: Report code coverage
uses: romeovs/lcov-reporter-action@v0.3.1
uses: romeovs/lcov-reporter-action@v0.4.0
with:
lcov-file: ${{ env.build }}/GAlib_lcov.info
lcov-base: ${{ env.build }}/GAlib_lcov.base
Expand Down

0 comments on commit 1a2e2f8

Please sign in to comment.