diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-20 22:06:33 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-20 22:06:33 +0000 |
commit | 2fe458741e8d043760cf83b922324800e2c81d61 (patch) | |
tree | 0c3d698b068c2d2e967cf77f5cd63bc066973db9 | |
parent | 8e80f7ce055a7c56dedbb6af281ec2531e0c403f (diff) |
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e91283dd..74effd9a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -74,7 +74,7 @@ jobs: - name: Upload Coverage report to CodeCov continue-on-error: true - uses: codecov/[email protected] # https://github.com/codecov/codecov-action + uses: codecov/[email protected] # https://github.com/codecov/codecov-action with: file: /tmp/coverage.txt |