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

feat: New structure for 1.x.x #69

Merged
merged 57 commits into from
Dec 27, 2023
Merged

feat: New structure for 1.x.x #69

merged 57 commits into from
Dec 27, 2023

Conversation

k4black
Copy link
Contributor

@k4black k4black commented Dec 12, 2023

Description

Motivation and Context

Closes #

Contribution Checklist

  • I have read and agreed on the CONTRIBUTING and CODE OF CONDUCT documents.
  • I have run linters, type checks, import sorting and tests locally.
  • I have added comments to code in hard-to-understand areas.
  • I have added 100% coverage tests for the new code (or aren't needed).
  • I have added docs for the new code (or aren't needed).
  • I have used conventional commits title: tag(scope): description.

[optional] What gif best describes this PR or how it makes you feel?

Copy link

codecov bot commented Dec 16, 2023

Codecov Report

Attention: 286 lines in your changes are missing coverage. Please review.

Comparison is base (6389346) 36.94% compared to head (cd06474) 69.84%.
Report is 37 commits behind head on main.

Files Patch % Lines
checker/__main__.py 0.00% 149 Missing ⚠️
checker/tester.py 33.33% 60 Missing ⚠️
checker/plugins/gitlab.py 0.00% 25 Missing ⚠️
checker/plugins/__init__.py 32.35% 23 Missing ⚠️
checker/configs/deadlines.py 83.18% 19 Missing ⚠️
checker/configs/checker.py 90.62% 6 Missing ⚠️
checker/pipeline.py 98.30% 2 Missing ⚠️
checker/plugins/base.py 92.85% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #69       +/-   ##
===========================================
+ Coverage   36.94%   69.84%   +32.90%     
===========================================
  Files          24       20        -4     
  Lines        1903      995      -908     
===========================================
- Hits          703      695        -8     
+ Misses       1200      300      -900     
Flag Coverage Δ
unittests 69.84% <70.54%> (+32.90%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@k4black k4black merged commit b8dae8d into main Dec 27, 2023
26 checks passed
@k4black k4black deleted the new-1.x.x branch December 27, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants