diff options
author | Valery Piashchynski <[email protected]> | 2022-04-12 09:32:33 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-12 09:32:33 +0200 |
commit | 9ec6f36d63f46eb4c14324ad3e19d3dbd4f1ac3d (patch) | |
tree | a1bb8108521fa9d1825e75c49a1591809988d7d8 /.github/workflows | |
parent | 84912669314a3bff07a485de3236aa9cec1e9cb9 (diff) | |
parent | 41666265cb0009df5c7b1b7e900868255016f2cb (diff) |
Merge branch 'master' into dependabot/github_actions/actions/setup-go-3
Diffstat (limited to '.github/workflows')
-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 752ea36d..5a86426d 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 |