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

[Al-1669] Reduce test duration #1443

Merged
merged 12 commits into from
Jan 27, 2022
Merged

[Al-1669] Reduce test duration #1443

merged 12 commits into from
Jan 27, 2022

Conversation

AbhinavTuli
Copy link
Contributor

🚀 🚀 Pull Request

Checklist:

  • My code follows the style guidelines of this project and the Contributing document
  • I have commented my code, particularly in hard-to-understand areas
  • I have kept the coverage-rate up
  • I have performed a self-review of my own code and resolved any problems
  • I have checked to ensure there aren't any other open Pull Requests for the same change
  • I have described and made corresponding changes to the relevant documentation
  • New and existing unit tests pass locally with my changes

Changes

@codecov
Copy link

codecov bot commented Jan 17, 2022

Codecov Report

Merging #1443 (695ea1a) into main (c1130de) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1443      +/-   ##
==========================================
+ Coverage   92.10%   92.16%   +0.06%     
==========================================
  Files         178      178              
  Lines       14325    14257      -68     
==========================================
- Hits        13194    13140      -54     
+ Misses       1131     1117      -14     
Flag Coverage Δ
unittests 92.16% <100.00%> (+0.06%) ⬆️

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

Impacted Files Coverage Δ
hub/api/tests/test_api.py 100.00% <100.00%> (ø)
hub/api/tests/test_api_tiling.py 100.00% <100.00%> (ø)
hub/api/tests/test_api_with_compression.py 100.00% <100.00%> (ø)
hub/api/tests/test_json.py 100.00% <100.00%> (ø)
hub/api/tests/test_video.py 100.00% <100.00%> (ø)
hub/core/chunk/test_chunk_compressed.py 98.98% <100.00%> (ø)
hub/core/chunk/test_sample_compressed.py 98.57% <100.00%> (-0.36%) ⬇️
hub/core/chunk/test_uncompressed.py 98.21% <100.00%> (ø)
hub/core/tiling/test_optimizer.py 100.00% <100.00%> (ø)
hub/core/transform/test_transform.py 99.22% <100.00%> (+0.51%) ⬆️
... and 4 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 c1130de...695ea1a. Read the comment docs.

@AbhinavTuli AbhinavTuli changed the title Reduce test duration [Al-1669] Reduce test duration Jan 17, 2022
@aliubimov aliubimov added the trigger-test Label trigger to run tests on PRs label Jan 24, 2022
@activeloop-bot activeloop-bot removed the trigger-test Label trigger to run tests on PRs label Jan 24, 2022
@tatevikh tatevikh requested a review from FayazRahman January 25, 2022 15:33
@AbhinavTuli AbhinavTuli merged commit 25f1fce into main Jan 27, 2022
@AbhinavTuli AbhinavTuli deleted the reduce/test_time branch January 27, 2022 07:01
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.

5 participants