Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace print statements with logging #4

Merged
merged 3 commits into from
Nov 1, 2024
Merged

Conversation

awoods
Copy link
Collaborator

@awoods awoods commented Oct 14, 2024

  • defaults to only console logging
  • defaults to WARNING level
    • configurable with: export APP_LOG_LEVEL=[INFO|DEBUG]

awoods and others added 3 commits October 14, 2024 15:56
- defaults to only console logging
- defaults to WARNING level
   - configurable with: `export APP_LOG_LEVEL=[INFO|DEBUG]`
* linter for box reader after logging

* comment out diff cover

remove socket

* skip processing of files where n value is not 1

* tests with 65% cvg

* add in github actions install of diff cover globally

* update paths for diff cover

* test diff cover install and check path

* uncomment diff cover test

* uncomment diff cover test 2

* new coverage test

* full test coverage

* flake8 passes all files

* check flake8 version

* mod flake8 command for 120 line length

* add additional test coverage, stops early if not 85
@kimpham54 kimpham54 merged commit 4a2ccba into harvard-lts:main Nov 1, 2024
1 check passed
kimpham54 added a commit that referenced this pull request Nov 15, 2024
* Replace print statements with logging

- defaults to only console logging
- defaults to WARNING level
   - configurable with: `export APP_LOG_LEVEL=[INFO|DEBUG]`

* Merge awoods-logging into logging (#3)

* linter for box reader after logging

* comment out diff cover

remove socket

* skip processing of files where n value is not 1

* tests with 65% cvg

* add in github actions install of diff cover globally

* update paths for diff cover

* test diff cover install and check path

* uncomment diff cover test

* uncomment diff cover test 2

* new coverage test

* full test coverage

* flake8 passes all files

* check flake8 version

* mod flake8 command for 120 line length

* add additional test coverage, stops early if not 85

---------

Co-authored-by: kim pham <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants