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

[Improve] Update unittest #322

Merged
merged 6 commits into from
Nov 11, 2020
Merged

[Improve] Update unittest #322

merged 6 commits into from
Nov 11, 2020

Conversation

dreamerlin
Copy link
Collaborator

@dreamerlin dreamerlin commented Nov 8, 2020

This PR

  1. Improve unittest coverge
  2. Create tests/test_runtime

@codecov
Copy link

codecov bot commented Nov 9, 2020

Codecov Report

Merging #322 (9e7a829) into master (76819e4) will increase coverage by 1.34%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #322      +/-   ##
==========================================
+ Coverage   82.35%   83.70%   +1.34%     
==========================================
  Files          95       95              
  Lines        6768     6768              
  Branches     1095     1095              
==========================================
+ Hits         5574     5665      +91     
+ Misses        987      897      -90     
+ Partials      207      206       -1     
Flag Coverage Δ
unittests 83.68% <ø> (+1.34%) ⬆️

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

Impacted Files Coverage Δ
mmaction/core/evaluation/accuracy.py 92.85% <0.00%> (+4.28%) ⬆️
mmaction/core/evaluation/eval_hooks.py 83.47% <0.00%> (+26.44%) ⬆️
mmaction/apis/test.py 72.09% <0.00%> (+58.13%) ⬆️

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 76819e4...9957275. Read the comment docs.

@dreamerlin dreamerlin marked this pull request as ready for review November 9, 2020 03:05
@dreamerlin dreamerlin marked this pull request as draft November 9, 2020 03:05
@dreamerlin dreamerlin marked this pull request as ready for review November 9, 2020 10:07
@innerlee innerlee merged commit 3bd9a22 into open-mmlab:master Nov 11, 2020
@dreamerlin dreamerlin deleted the unittest branch November 12, 2020 11:39
@dreamerlin dreamerlin linked an issue Nov 15, 2020 that may be closed by this pull request
8 tasks
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.

Improve unittest coverage
2 participants