Skip to content

feat: ci integration#154

Draft
Andrei997 wants to merge 15 commits intomainfrom
feat-ci-integration
Draft

feat: ci integration#154
Andrei997 wants to merge 15 commits intomainfrom
feat-ci-integration

Conversation

@Andrei997
Copy link
Contributor

Early work on CI integration for Hubble Payment.
Work in progress

@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Merging #154 (0519bd1) into main (958630b) will decrease coverage by 63.62%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##             main     #154       +/-   ##
===========================================
- Coverage   78.39%   14.78%   -63.62%     
===========================================
  Files          36       36               
  Lines        2310     2313        +3     
===========================================
- Hits         1811      342     -1469     
- Misses        499     1971     +1472     
Impacted Files Coverage Δ
hubble/payment/client.py 89.47% <ø> (+36.84%) ⬆️
hubble/payment/jwks.py 100.00% <100.00%> (+66.66%) ⬆️
hubble/parsers/base.py 0.00% <0.00%> (-100.00%) ⬇️
hubble/parsers/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
hubble/executor/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
hubble/executor/parsers/new.py 0.00% <0.00%> (-100.00%) ⬇️
hubble/executor/parsers/base.py 0.00% <0.00%> (-100.00%) ⬇️
hubble/executor/parsers/list.py 0.00% <0.00%> (-100.00%) ⬇️
hubble/executor/parsers/pull.py 0.00% <0.00%> (-100.00%) ⬇️
hubble/executor/parsers/push.py 0.00% <0.00%> (-95.66%) ⬇️
... and 21 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Andrei997 Andrei997 requested review from delgermurun and mapleeit and removed request for delgermurun January 30, 2023 09:36
@Andrei997 Andrei997 marked this pull request as ready for review January 30, 2023 09:36
@Andrei997 Andrei997 requested a review from delgermurun January 30, 2023 09:36
@Andrei997
Copy link
Contributor Author

Let's review this, I'll fix the coverage problem before merging, I'm reporting to the wrong path.

Copy link
Contributor

@delgermurun delgermurun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally looks good to me. But we our latest changes on the API, request/response data shape will be changed.

# ---------------------------------------------------------------- Test related targets

PYTEST_ARGS = --show-capture no --full-trace --verbose --cov hubble/ --cov-report term-missing --cov-report xml
PYTEST_ARGS = --show-capture no --full-trace --verbose --cov hubble/ --cov-report term-missing --cov-report xml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unnecessary change (' ' at the end of line)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I'm moving these two PR's back to draft mode and re-factor after payment v4.

@Andrei997 Andrei997 marked this pull request as draft February 1, 2023 01:49
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