Skip to content

Commit b96b39d

Browse files
committed
auto push commit coverage
1 parent ea282ec commit b96b39d

74 files changed

Lines changed: 16558 additions & 6784 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ charset = utf-8
88
[*.md]
99
trim_trailing_whitespace = false
1010
insert_final_newline = true
11+
indent_size = 4
1112

1213

1314
[*.{py,c,cpp,java}]
@@ -16,7 +17,6 @@ indent_size = 4
1617

1718
[*.py]
1819
trim_trailing_whitespace = true
19-
indent_style = space
2020

2121
[*.{js,ts}]
2222
indent_style = space

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
17-
pip install pycodestyle pydocstyle pyroma coverage pytest
17+
pip install coverage pytest
1818
1919
- name: Run tests and collect coverage
2020
run: |

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ autorun.bat
44
__pycache__/
55
*.py[cod]
66
*$py.class
7-
7+
site/
88
# Prerequisites
99
*.d
1010

0 commit comments

Comments
 (0)