Skip to content

Commit

Permalink
Merge branch 'main' into feature_ashkan
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-George-T authored Oct 25, 2023
2 parents 849efe0 + 8e9628d commit 6243313
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Run linting tests
run: pytest --pylint
continue-on-error: true
continue-on-error: false

- name: Run tests and generate XML report
run: pytest --junitxml=pytest-report.xml
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
__pycache__/
*.py[cod]
*$py.class
lab01
.pytest_cache
*.pyo
*.pyc

# C extensions
*.so
Expand Down Expand Up @@ -62,4 +66,4 @@ maildir
# Notebooks
notebooks/

.DS_Store
*/.DS_Store/*
16 changes: 16 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[MAIN]

# When enabled, pylint would attempt to guess common misconfiguration and emit
# user-friendly hints instead of false-positive error messages.
suggestion-mode=yes

[MESSAGES CONTROL]

disable=
too-few-public-methods,
duplicate-code,

[BASIC]

# Good variable names which should always be accepted, separated by a comma
good-names=i,j,k,ex,Run,_,e
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Pytest](https://github.com/Thomas-George-T/Ecommerce-Data-MLOps/actions/workflows/pytest.yml/badge.svg)](https://github.com/Thomas-George-T/Ecommerce-Data-MLOps/actions/workflows/pytest.yml)


# MLOps-Ecomm
# Ecommerce Customer Segmentation MLOps
Work in Progress

# Changelog
Expand Down
Binary file removed src/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed src/__pycache__/datapipeline.cpython-310.pyc
Binary file not shown.

0 comments on commit 6243313

Please sign in to comment.