Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions .github/workflows/actions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ workflows:
- 'github/codeql-action@v4.34.0'
'.github/workflows/coverage.yml':
- 'actions/checkout@v5.0.1'
- 'codecov/codecov-action@v5.5.2'
- 'dtolnay/rust-toolchain@v1'
'.github/workflows/dependency-review.yml':
- 'actions/checkout@v5.0.1'
Expand Down Expand Up @@ -238,19 +237,7 @@ dependencies:
uses:
- 'actions/upload-artifact@v4'

'codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de':
ref: '671740ac38dd9b0130fbe1cec585b89eea48d3de'
commit: 'sha1-671740ac38dd9b0130fbe1cec585b89eea48d3de'
owner_id: 8226205
repo_id: 200299178

'codecov/codecov-action@v5.5.2':
ref: 'v5.5.2'
commit: 'sha1-671740ac38dd9b0130fbe1cec585b89eea48d3de'
owner_id: 8226205
repo_id: 200299178
uses:
- 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea'


'dtolnay/rust-toolchain@02cb101ec7c40f2c49e1d9714d64511d8e1b74de':
ref: '02cb101ec7c40f2c49e1d9714d64511d8e1b74de'
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This workflow is managed by gh actions-lock.
# SPDX-License-Identifier: MPL-2.0
# This workflow is managed by gh actions-lock.
Expand Down Expand Up @@ -36,8 +36,3 @@
- name: Generate coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info

- name: Upload to codecov
uses: codecov/codecov-action@v5.5.2
with:
files: lcov.info
fail_ci_if_error: false
Loading