forked from Halsted312/TabPy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Simplify scrutinizer config * Specify tests step for scrutinizer * Specify tests step for scrutinizer * Delete spelling fix step * Delete requirements_test.txt * Merge app parameters constants in one file * Delete MainHandler Co-authored-by: Olek Golovatyi <[email protected]>
- Loading branch information
1 parent
de89268
commit d30041b
Showing
21 changed files
with
71 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,35 @@ | ||
build: | ||
environment: | ||
python: 3.7.6 | ||
nodes: | ||
coverage: | ||
project_setup: | ||
override: | ||
- pip install -r requirements.txt | ||
- pip install -r requirements_test.txt | ||
- pip install -r requirements_dev.txt | ||
tests: | ||
override: | ||
- command: 'pytest tests --cov=tabpy --cov-config=setup.cfg' | ||
coverage: | ||
file: '.coverage' | ||
config_file: 'setup.cfg' | ||
format: 'py-cc' | ||
analysis: | ||
project_setup: | ||
override: | ||
- pip install -r requirements_test.txt | ||
tests: | ||
override: [py-scrutinizer-run] | ||
tests: | ||
before: | ||
- pip install -r requirements.txt | ||
- pip install -r requirements_test.txt | ||
override: [pytest] | ||
checks: | ||
python: | ||
code_rating: true | ||
duplicate_code: true | ||
filter: | ||
excluded_paths: | ||
- '*/tests/*' | ||
dependency_paths: | ||
- 'lib/*' | ||
build: | ||
environment: | ||
python: 3.7.6 | ||
nodes: | ||
coverage: | ||
project_setup: | ||
override: | ||
- pip install -r requirements.txt | ||
- pip install -r requirements_dev.txt | ||
tests: | ||
override: | ||
- command: 'pytest tests --cov=tabpy --cov-config=setup.cfg' | ||
coverage: | ||
file: '.coverage' | ||
config_file: 'setup.cfg' | ||
format: 'py-cc' | ||
analysis: | ||
project_setup: | ||
override: | ||
- pip install -r requirements.txt | ||
tests: | ||
override: [py-scrutinizer-run] | ||
tests: | ||
before: | ||
- pip install -r requirements.txt | ||
override: [pytest] | ||
checks: | ||
python: | ||
code_rating: true | ||
duplicate_code: true | ||
filter: | ||
excluded_paths: | ||
- '*/tests/*' | ||
dependency_paths: | ||
- 'lib/*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters