diff options
author | Valery Piashchynski <[email protected]> | 2023-04-13 16:12:20 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-13 16:12:20 +0200 |
commit | 8ab7f979a1604d8b8acba4554a9a0225018c88ce (patch) | |
tree | ad3fa6d32ba80d130bc3f4c9b71b516b477ce41a /.github | |
parent | 9e24049361f0d4ab9d025af1daf26ea071b2385c (diff) | |
parent | d4b3735041fb531f2f83f12806efe7c11abf6ba7 (diff) |
Merge branch 'master' into release/v2023.1.0
Diffstat (limited to '.github')
-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 c4d65db4..5be1738d 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 |