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

refactor backend #146

Merged
merged 3 commits into from
Dec 25, 2021
Merged

refactor backend #146

merged 3 commits into from
Dec 25, 2021

Conversation

aniketmaurya
Copy link
Contributor

@aniketmaurya aniketmaurya commented Dec 25, 2021

Changes

Fixes # (issue)

Type of change

  • 📚 Documentation Update
  • 🧪 Tests Cases
  • 🐞 Bug fix (non-breaking change which fixes an issue)
  • 🔬 New feature (non-breaking change which adds functionality)
  • 🚨 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 This change requires a documentation update

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Did you update CHANGELOG in case of a major change?

@sonarcloud
Copy link

sonarcloud bot commented Dec 25, 2021

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
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Dec 25, 2021

Codecov Report

Merging #146 (d9ae8c4) into main (11d1a00) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #146   +/-   ##
=======================================
  Coverage   96.62%   96.62%           
=======================================
  Files          65       65           
  Lines        1866     1867    +1     
=======================================
+ Hits         1803     1804    +1     
  Misses         63       63           
Flag Coverage Δ
unittests 96.62% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
gradsflow/autotasks/autoclassification/image.py 100.00% <100.00%> (ø)
...radsflow/autotasks/autoclassification/text/text.py 100.00% <100.00%> (ø)
gradsflow/autotasks/engine/automodel.py 98.30% <100.00%> (ø)
gradsflow/autotasks/engine/backend.py 97.95% <100.00%> (ø)
tests/autotasks/test_autotrainer.py 100.00% <100.00%> (ø)
tests/autotasks/test_core_automodel.py 100.00% <100.00%> (ø)

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 11d1a00...d9ae8c4. Read the comment docs.

@aniketmaurya aniketmaurya enabled auto-merge (squash) December 25, 2021 17:42
@aniketmaurya aniketmaurya merged commit 06bf460 into main Dec 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant