- Notifications
You must be signed in to change notification settings - Fork674
chore: convert to using relative imports#1728
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Draft
JohnVillalovos wants to merge2 commits intomainChoose a base branch fromjlvillal/relative_imports
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
chore: convert to using relative imports
6b3e7c0
Select commit
Loading
Failed to load commit list.
Uh oh!
There was an error while loading.Please reload this page.
Draft
chore: convert to using relative imports#1728
chore: convert to using relative imports
6b3e7c0
Select commit
Loading
Failed to load commit list.
Uh oh!
There was an error while loading.Please reload this page.
Codecov
Codecov / codecov/project succeededAug 22, 2025 in 0s
92.03% (+0.00%) compared to c6d7e9a
View this Pull Request on Codecov
92.03% (+0.00%) compared toc6d7e9a
Details
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.03%. Comparing base (c6d7e9a) to head (6b3e7c0).
Additional details and impacted files
@@ Coverage Diff @@## main #1728 +/- ##======================================= Coverage 92.02% 92.03% ======================================= Files 76 76 Lines 4790 4793 +3 =======================================+ Hits 4408 4411 +3 Misses 382 382
| Files with missing lines | Coverage Δ | |
|---|---|---|
| gitlab/__init__.py | 100.00% <100.00%> (ø) | |
| gitlab/__main__.py | 100.00% <100.00%> (ø) | |
| gitlab/base.py | 90.22% <100.00%> (ø) | |
| gitlab/cli.py | 98.40% <100.00%> (+0.03%) | ⬆️ |
| gitlab/client.py | 90.51% <100.00%> (-0.05%) | ⬇️ |
| gitlab/config.py | 94.44% <100.00%> (ø) | |
| gitlab/const.py | 100.00% <100.00%> (ø) | |
| gitlab/mixins.py | 91.52% <100.00%> (-0.03%) | ⬇️ |
| gitlab/v4/cli.py | 81.25% <100.00%> (-0.14%) | ⬇️ |
| gitlab/v4/objects/access_requests.py | 100.00% <100.00%> (ø) | |
| ... and61 more |
🚀 New features to boost your workflow:
- ❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading