File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 30
30
uv pip install -e .
31
31
- name : Run pytest
32
32
uses : deargen/workflows/actions/run-pytest@master
33
+ with :
34
+ additional-args : --cov-report=xml --cov-report=term
35
+ - name : Upload results to Codecov
36
+ uses : codecov/codecov-action@v4
37
+ with :
38
+ token : ${{ secrets.CODECOV_TOKEN }}
33
39
34
40
doctest :
35
41
runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 4
4
| --| --|
5
5
| [ ![ Ruff] ( https://img.shields.io/badge/Ruff-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54 )] ( https://github.com/astral-sh/ruff ) [ ![ StyLua] ( https://img.shields.io/badge/stylua-%232C2D72.svg?style=for-the-badge&logo=lua&logoColor=white )] ( https://github.com/JohnnyMorganz/StyLua ) | [ ![ Actions status] ( https://github.com/kiyoon/python-import.nvim/workflows/Style%20checking/badge.svg )] ( https://github.com/kiyoon/python-import.nvim/actions ) |
6
6
| [ ![ Ruff] ( https://img.shields.io/badge/Ruff-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54 )] ( https://github.com/astral-sh/ruff ) | [ ![ Actions status] ( https://github.com/kiyoon/python-import.nvim/workflows/Linting/badge.svg )] ( https://github.com/kiyoon/python-import.nvim/actions ) |
7
- | [ ![ pytest] ( https://img.shields.io/badge/pytest-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54 )] ( https://github.com/pytest-dev/pytest ) [ ![ doctest] ( https://img.shields.io/badge/doctest-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54 )] ( https://docs.python.org/3/library/doctest.html ) | [ ![ Actions status] ( https://github.com/kiyoon/python-import.nvim/workflows/Tests/badge.svg )] ( https://github.com/kiyoon/python-import.nvim/actions ) |
7
+ | [ ![ pytest] ( https://img.shields.io/badge/pytest-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54 )] ( https://github.com/pytest-dev/pytest ) [ ![ doctest] ( https://img.shields.io/badge/doctest-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54 )] ( https://docs.python.org/3/library/doctest.html ) | [ ![ Actions status] ( https://github.com/kiyoon/python-import.nvim/workflows/Tests/badge.svg )] ( https://github.com/kiyoon/python-import.nvim/actions ) [ ![ codecov ] ( https://codecov.io/github/kiyoon/python-import.nvim/graph/badge.svg?token=Q97QT1RYJV )] ( https://codecov.io/github/kiyoon/python-import.nvim ) |
8
8
| [ ![ uv] ( https://img.shields.io/badge/uv-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54 )] ( https://github.com/astral-sh/uv ) | [ ![ Actions status] ( https://github.com/kiyoon/python-import.nvim/workflows/Check%20pip%20compile%20sync/badge.svg )] ( https://github.com/kiyoon/python-import.nvim/actions ) |
9
9
10
10
A simple tool that auto-inserts import statements.
You can’t perform that action at this time.
0 commit comments