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] code quality #289

Merged
merged 67 commits into from
Jul 18, 2021
Merged

[Refactor] code quality #289

merged 67 commits into from
Jul 18, 2021

Conversation

RangiLyu
Copy link
Owner

@RangiLyu RangiLyu commented Jul 18, 2021

In last few weeks, I was working on improving the code quality:

  1. Use black code format to standardize code style.
  2. Add unit tests:
    • test configs
    • test models
      • test modules
      • test backbones
      • test fpns
      • test heads
      • test losses
    • test datasets
    • test augs
    • test trainer
    • test evaluator
  3. Improve code coverage to 73%.
  4. Some refactoring.

@codecov
Copy link

codecov bot commented Jul 18, 2021

Codecov Report

❗ No coverage uploaded for pull request base (main@be08279). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #289   +/-   ##
=======================================
  Coverage        ?   73.46%           
=======================================
  Files           ?       60           
  Lines           ?     3931           
  Branches        ?      645           
=======================================
  Hits            ?     2888           
  Misses          ?      852           
  Partials        ?      191           
Flag Coverage Δ
unittests 73.46% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out 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 be08279...46a4962. Read the comment docs.

@RangiLyu RangiLyu merged commit 480ee5a into main Jul 18, 2021
@RangiLyu RangiLyu deleted the refactor/code_quality branch July 18, 2021 08:39
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.

1 participant