Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Refactor github and gitlab resolvers, implement bitbucket #287

Merged
merged 9 commits into from
Jun 20, 2022

Conversation

mike0sv
Copy link
Contributor

@mike0sv mike0sv commented Jun 7, 2022

closes #192

mike0sv added 6 commits May 5, 2022 21:34
# Conflicts:
#	mlem/core/meta_io.py
#	mlem/utils/gitlabfs.py
#	setup.py
#	tests/utils/test_gitlab.py
tests

refactor github, gitlab and bitbucket resolvers
tests

refactor github, gitlab and bitbucket resolvers
@mike0sv mike0sv requested a review from a team June 7, 2022 01:13
@mike0sv mike0sv self-assigned this Jun 7, 2022
@codecov
Copy link

codecov bot commented Jun 7, 2022

Codecov Report

Merging #287 (6721ad1) into main (d6bcbc6) will increase coverage by 4.77%.
The diff coverage is 95.65%.

@@            Coverage Diff             @@
##             main     #287      +/-   ##
==========================================
+ Coverage   85.48%   90.25%   +4.77%     
==========================================
  Files          77       78       +1     
  Lines        5675     5882     +207     
==========================================
+ Hits         4851     5309     +458     
+ Misses        824      573     -251     
Impacted Files Coverage Δ
mlem/core/base.py 79.69% <0.00%> (ø)
mlem/contrib/heroku/server.py 75.00% <75.00%> (ø)
mlem/contrib/github.py 95.77% <95.77%> (ø)
mlem/contrib/bitbucketfs.py 96.52% <96.52%> (ø)
mlem/contrib/gitlabfs.py 94.59% <96.96%> (ø)
mlem/config.py 95.32% <100.00%> (+0.27%) ⬆️
mlem/contrib/heroku/build.py 89.65% <100.00%> (+32.89%) ⬆️
mlem/core/meta_io.py 94.11% <100.00%> (+2.67%) ⬆️
mlem/ext.py 89.10% <100.00%> (+0.44%) ⬆️
mlem/core/artifacts.py 99.40% <0.00%> (+<0.01%) ⬆️
... and 28 more

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 9b724af...6721ad1. Read the comment docs.

Copy link
Contributor

@aguschin aguschin left a comment

Choose a reason for hiding this comment

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

Awesome!

@mike0sv mike0sv merged commit 482855a into main Jun 20, 2022
@mike0sv mike0sv deleted the feature/bitbucket branch June 20, 2022 23:33
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gitlab & bitbucket integration
2 participants