Skip to content

Commit 3a11843

Browse files
authored
Merge pull request #572 from k4cg/2.x-maintenance
2.x maintenance
2 parents 51c2692 + d02599a commit 3a11843

File tree

6 files changed

+10
-35
lines changed

6 files changed

+10
-35
lines changed

.flake8

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ show-source = True
55
ignore =
66
# ignore `self`, `cls` markers of flake8-annotations>=2.0
77
ANN101,ANN102
8+
# allow use of `assertRaises(Exception)`
9+
B017
810

911
exclude = .git,__pycache__,_OLD,_TEST,build,dist,.tox,*_cache,.eggs,.venv,venv
1012
setup.py
@@ -15,4 +17,3 @@ max-complexity = 5
1517

1618
# allow up to 119 characters as this is the width of GitHub code review
1719
max-line-length = 120
18-

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,3 @@ jobs:
3737
run: python -m tox -r -e py3-coverageXML -- -m "not online"
3838
- name: "Test examples::nichtparasoup-imagecrawler-plugin"
3939
run: python -m tox -r -e py3 -c examples/nichtparasoup-imagecrawler-plugin/
40-
- name: Upload coverage to Codecov
41-
# see https://github.com/codecov/codecov-action
42-
uses: codecov/codecov-action@v1
43-
with:
44-
token: ${{ secrets.CODECOV_TOKEN }}
45-
file: ./coverage.xml
46-
flags: tests
47-
name: "os:${{ matrix.os }} py:${{ matrix.pyhon }}"
48-
yml: ./codecov.yml

.sonarcloud.properties

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

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
add upcoming unreleased modifications here
66

7+
## 2.5.1
8+
9+
* Misc
10+
* Fixed the shields in the `README.md`
11+
* Removed coverage publishing to codecov.
12+
* Removed SonarCloud from 2.x since it was broken for this branch.
13+
714
## 2.5.0
815

916
* Misc

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22

33
[![PyPI](https://img.shields.io/pypi/v/nichtparasoup)](https://pypi.org/project/nichtparasoup/)
44
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nichtparasoup)
5-
![Test Status](https://img.shields.io/github/workflow/status/k4cg/nichtparasoup/Test)
6-
[![Sonar Quality Gate](https://img.shields.io/sonar/quality_gate/nichtparasoup?server=https%3A%2F%2Fsonarcloud.io)](https://sonarcloud.io/dashboard?id=nichtparasoup)
7-
[![Codecov](https://img.shields.io/codecov/c/github/k4cg/nichtparasoup)](https://codecov.io/gh/k4cg/nichtparasoup/branch/master)
8-
5+
![Test Status](https://img.shields.io/github/workflow/status/k4cg/nichtparasoup/Test/2.x)
96

107
----
118

12-
139
_nichtparasoup_ is a hackspaces entertainment system.
1410
It randomly displays images from
1511
[instagram](https://instagram.com),

codecov.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)