diff options
author | Valery Piashchynski <[email protected]> | 2022-04-12 09:33:31 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-12 09:33:31 +0200 |
commit | 840d377199ba647733c32305a08da5666ba04d93 (patch) | |
tree | bcecd0a6e20c9d08edff7f77bc347f5282433a53 /.github/workflows/tests.yml | |
parent | 2d6bb8aed4b683efccb47c46bc8cad3e4e2fc32a (diff) | |
parent | 41666265cb0009df5c7b1b7e900868255016f2cb (diff) |
Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-3
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 d74b9f30..4c2e7cf5 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 |