-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore: Update dependencies, apply fixes (code, and tox), and update docs #113
Conversation
Refs: OPMONDEV-182
Refs: OPMONDEV-182
…and ignore report from git Refs: OPMONDEV-182
Refs: OPMONDEV-182
Refs: OPMONDEV-182
…e/github actions) Refs: OPMONDEV-182
…p production modules) Refs: OPMONDEV-182
Refs: OPMONDEV-182
Refs: OPMONDEV-182
…onsistency and readability Refs: OPMONDEV-182
Refs: OPMONDEV-182
Refs: OPMONDEV-182
Refs: OPMONDEV-182
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments, but overall looks good to me.
.github/dependabot.yml
Outdated
applies-to: version-updates | ||
update-types: | ||
- "major" | ||
reviewers: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets not do the automatic reviewer part here, since most of the core team is probably not familiar enough with Python to review this. We can just leave it without a reviewer for now and keep an eye on them.
.github/dependabot.yml
Outdated
applies-to: version-updates | ||
patterns: | ||
- "*" | ||
reviewers: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above (even if this is not Python).
Refs: OPMONDEV-182
|
run_tests.sh
to generate HTML report, add dependency, and ignore report from gitmake clean
commandtox
configurations to fail on failing tests (to affect pipeline/github actions)opendata_collector_module
from github actions (only keep production modules)collector
,corrector
, andreports
modules for consistency and readabilityRefs: OPMONDEV-182