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

51 #78

Merged
merged 5 commits into from
Feb 12, 2022
Merged

51 #78

merged 5 commits into from
Feb 12, 2022

Conversation

daniilBondarenk
Copy link
Contributor

#51

@codecov
Copy link

codecov bot commented Feb 10, 2022

Codecov Report

Merging #78 (e6f1445) into master (53af574) will decrease coverage by 3.97%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
- Coverage   67.61%   63.63%   -3.98%     
==========================================
  Files           8        8              
  Lines         176      176              
==========================================
- Hits          119      112       -7     
- Misses         57       64       +7     
Impacted Files Coverage Δ
g2w/api.py 76.47% <0.00%> (-23.53%) ⬇️
g2w/ws.py 54.16% <0.00%> (-6.25%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53af574...e6f1445. Read the comment docs.

g2w/__init__.py Outdated
from .grafana import Alert
from .version import __version__
from .ws import Ws
from .log import Log

__all__ = ["Push", "Ws", "LoggableRoute", "Alert", "Log", __version__]
__all__ = ["Push", "Ws", "LoggableRoute", "Alert", "commit_msg_pattern", "Log", __version__]
Copy link
Owner

Choose a reason for hiding this comment

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

@daniilBondarenk build failed due to

g2w/__init__.py:9:80: E501 line too long (92 > 79 characters)

Please format __init__.py properly

Copy link
Owner

@dgroup dgroup left a comment

Choose a reason for hiding this comment

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

init.py should be formatted properly

# Conflicts:
#	g2w/__init__.py
#	g2w/gitlab.py
#	tests/test_gitlab.py
# Conflicts:
#	tests/test_gitlab.py
@sonarcloud
Copy link

sonarcloud bot commented Feb 12, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dgroup dgroup merged commit 932edc9 into dgroup:master Feb 12, 2022
@dgroup dgroup added this to the 0.3.0 milestone Feb 13, 2022
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.

3 participants