diff options
author | Valery Piashchynski <[email protected]> | 2022-09-20 21:08:56 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-20 21:08:56 +0200 |
commit | 5392ebebfd0d252d7cae70b65966f74727d6f016 (patch) | |
tree | 317eb499693889d9e91f8b80a407e186288bf32a | |
parent | d8d1fd41ff278d1643fab5ada1ea7a7af70cb0b0 (diff) | |
parent | cdc1a251a876bf4ca6db3ed984f6b9819d4c6a3b (diff) |
[#1298]: build(deps): bump codecov/codecov-action from 3.1.0 to 3.1.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 6548ad0d..e71f3c79 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,7 +78,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 |