Other files ignored by Codecov
Showing 1 of 4 files from the diff.
@@ -5,13 +5,13 @@
Loading
5 | 5 | from setuptools import setup, find_packages |
|
6 | 6 | import re |
|
7 | 7 | ||
8 | - | with open('README.md', 'rb') as f: |
|
8 | + | with open('README.rst', 'rb') as f: |
|
9 | 9 | install = f.read().decode('utf-8') |
|
10 | 10 | ||
11 | 11 | with open('CHANGELOG.rst', 'rb') as f: |
|
12 | 12 | changelog = f.read().decode('utf-8') |
|
13 | 13 | ||
14 | - | with open('README.md', 'rb') as f: |
|
14 | + | with open('README.rst', 'rb') as f: |
|
15 | 15 | readme = f.read().decode('utf-8') |
|
16 | 16 | ||
17 | 17 | classifiers = [ |
@@ -39,7 +39,7 @@
Loading
39 | 39 | author_email='steffen.meinecke@uni-kassel.de', |
|
40 | 40 | description='Electrical Power System Benchmark Models', |
|
41 | 41 | long_description=readme, |
|
42 | - | long_description_content_type="text/markdown", |
|
42 | + | long_description_content_type="text/x-rst", |
|
43 | 43 | url='http://www.simbench.de/en', |
|
44 | 44 | license='odbl', |
|
45 | 45 | install_requires=["pandapower>=2.5"], |
1507162046
1507156662
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.