-
Notifications
You must be signed in to change notification settings - Fork 2
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
Useful wrappers and helpers #67
Conversation
vg-svitla
commented
Jul 12, 2023
- aio helpers
- logging helpers
1) aio helpers 2) logging helpers
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #67 +/- ##
==========================================
- Coverage 96.52% 96.00% -0.53%
==========================================
Files 17 26 +9
Lines 1640 1826 +186
==========================================
+ Hits 1583 1753 +170
- Misses 57 73 +16
☔ View full report in Codecov by Sentry. |
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.
Nice work.
Could you add an entry in the Unreleased part on the CHANGELOG?
# Conflicts: # poetry.lock
New async connector
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.
Nice job. I love the async connector.
@Darkheir Could you validate some points? Thanks
|
||
- name: Execute Python tests | ||
id: execute-tests | ||
run: | | ||
poetry run python -m pytest --junit-xml=junit.xml --cov-report term --cov-report xml:coverage.xml --cov=sekoia_automation tests |
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.
Why did you remove the directory tests
in the command line?
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.
I removed it because of incorrect configuration between local execution and gitlab ci.
For some reason it does not resolve paths with tests
on local env
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.
@Darkheir Do you agree to this change?
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.
Fine by me if it works. It will allow to run checks with the same version we will have in the CI pipeline.
sekoia_automation/aio/connector.py
Outdated
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.
👍
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.
Fine by me if it works. It will allow to run checks with the same version we will have in the CI pipeline.