Skip to content

Commit

Permalink
Update links and codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ekacnet committed Jan 16, 2024
1 parent 3dacf3e commit 8e90839
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 8e90839

Please sign in to comment.