diff options
author | Valery Piashchynski <[email protected]> | 2022-04-12 09:32:01 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-12 09:32:01 +0200 |
commit | 41666265cb0009df5c7b1b7e900868255016f2cb (patch) | |
tree | e60214677b855d6f82746e986bc03bdaa11606c2 /.github/workflows/tests.yml | |
parent | 71de185b717ec51dac9b6034f456a9fac6412d14 (diff) | |
parent | 1e64f1cd8531146b88dabab7363acf37ba3a6489 (diff) |
[#1087]: build(deps): bump codecov/codecov-action from 2.1.0 to 3.0.0
Diffstat (limited to '.github/workflows/tests.yml')
-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 7b0fcebe..67d253ad 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 |