Skip to content

Commit

Permalink
Merge pull request #202 from scott-wilson/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-4.3.1

build(deps): Bump codecov/codecov-action from 4.3.0 to 4.3.1
  • Loading branch information
github-actions[bot] authored May 6, 2024
2 parents 4f5b790 + f43cb59 commit 0daef58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite_c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
sudo apt update
sudo apt install -y lcov
lcov -c -d . -o coverage.info
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
- uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
with:
flags: lang-c
files: build/coverage.info
2 changes: 1 addition & 1 deletion .github/workflows/test_suite_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
sudo apt update
sudo apt install -y lcov
lcov -c -d . -o coverage.info
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
- uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
with:
flags: lang-cpp
files: build/coverage.info
2 changes: 1 addition & 1 deletion .github/workflows/test_suite_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Generate coverage report from Rust tests
run: cargo llvm-cov --all-features --lcov --output-path lcov.info
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
- uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
with:
files: lcov.info
flags: lang-rust

0 comments on commit 0daef58

Please sign in to comment.