diff options
author | Valery Piashchynski <[email protected]> | 2024-12-20 03:08:21 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-20 03:08:21 +0100 |
commit | 272b92aedba3d7b3d31cc4e4875b53a95b6e12da (patch) | |
tree | 2e5f5acfebfe83578480379f4e56319e60ed0a0b | |
parent | 85713f30bed67e61e8475f449f4f8414aa20383b (diff) | |
parent | 7ba3b9ec155df34c6c1c2e11a1007e09684dccc1 (diff) |
Merge branch 'master' into release/v2024.3.1
-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 f4806d61..d1b1fc10 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,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 |