diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a92a13..7004a96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,8 @@ jobs: - name: upload coverage to Codecov uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: fail_ci_if_error: false flags: "unittests,python-${{ matrix.python-version }}" diff --git a/README.md b/README.md index 67a2428..b0120e0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # salt-lsp -[![Continous Integration](https://github.com/dcermak/salt-lsp/actions/workflows/ci.yml/badge.svg)](https://github.com/dcermak/salt-lsp/actions/workflows/ci.yml) -[![VSCode Extension Build](https://github.com/dcermak/salt-lsp/actions/workflows/vscode_extension.yml/badge.svg)](https://github.com/dcermak/salt-lsp/actions/workflows/vscode_extension.yml) -[![Code Coverage](https://img.shields.io/codecov/c/github/dcermak/salt-lsp)](https://app.codecov.io/gh/dcermak/salt-lsp) +[![Continous Integration](https://github.com/ekacnet/salt-lsp/actions/workflows/ci.yml/badge.svg)](https://github.com/ekacnet/salt-lsp/actions/workflows/ci.yml) +[![VSCode Extension Build](https://github.com/ekacnet/salt-lsp/actions/workflows/vscode_extension.yml/badge.svg)](https://github.com/ekacnet/salt-lsp/actions/workflows/vscode_extension.yml) +[![Code Coverage](https://img.shields.io/codecov/c/github/ekacnet/salt-lsp)](https://app.codecov.io/gh/ekacnet/salt-lsp) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://black.readthedocs.io/en/stable/) [![PyPI](https://img.shields.io/pypi/v/salt-lsp)](https://pypi.org/project/salt-lsp/) [![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/dancermak.salt-lsp)](https://marketplace.visualstudio.com/items?itemName=dancermak.salt-lsp)