10000 22 - Removed ci.yml files as it is a dummy workflow · pylint-dev/pylint-plugin-utils@95d96bf · GitHub
[go: up one dir, main page]

Skip to content

Commit 95d96bf

Browse files
committed
22 - Removed ci.yml files as it is a dummy workflow
- Fiexd typos and ci badge in the Readme.md file - Fixed ci badge link - Added pypi badge version
1 parent b824052 commit 95d96bf

File tree

2 files changed

+3
-38
lines changed

2 files changed

+3
-38
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## Status
44

5-
[![Build Status](https://github.com/PyCQA/pylint/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/PyCQA/pylint/actions)
5+
[![Build Status](https://github.com/PyCQA/pylint-plugin-utils/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/PyCQA/pylint-plugin-utils/actions)
66
[![Coverage Status](https://coveralls.io/repos/github/PyCQA/pylint-plugin-utils/badge.svg?branch=master)](https://coveralls.io/github/PyCQA/pylint-plugin-utils?branch=master)
77
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
8+
[![Pypi Package version](https://img.shields.io/pypi/v/pylint-plugin-utils.svg)](https://pypi.python.org/pypi/pylint-plugin-utils)
89

910
# About
1011

@@ -33,7 +34,7 @@ To run individual tests with ``tox``, you can do::
3334
tox -e py38 -- -k test_linter_should_be_pickleable
3435
```
3536

36-
We use pytest_ for testing ``pylint``, which you can use without using ``tox`` for a faster development cycle.
37+
We use ``pytest`` for testing ``pylint``, which you can use without using ``tox`` for a faster development cycle.
3738

3839
If you want to run tests on a specific portion of the code with [pytest](https://docs.pytest.org/en/latest/), [pytest-cov](https://pypi.org/project/pytest-cov/) and your local python version::
3940
```bash

0 commit comments

Comments
 (0)
0