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

[CI] Add pytest-testmon to reduce testing time #87

Closed
wants to merge 17 commits into from
Closed

Conversation

kozistr
Copy link
Owner

@kozistr kozistr commented Dec 28, 2022

Problem (Why?)

only to run needed tests, not the whole cases.

Solution (What/How?)

  • add pytest-testmon

Other changes (bug fixes, small refactors)

nope

Notes

nope

@kozistr kozistr added the dependencies Dependencies label Dec 28, 2022
@kozistr kozistr self-assigned this Dec 28, 2022
@codecov-commenter
Copy link

codecov-commenter commented Dec 28, 2022

Codecov Report

Merging #87 (fd53a85) into main (534a0f4) will decrease coverage by 96.30%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #87       +/-   ##
==========================================
- Coverage   96.30%   0.00%   -96.31%     
==========================================
  Files          31      31               
  Lines        2218    2218               
==========================================
- Hits         2136       0     -2136     
- Misses         82    2218     +2136     
Impacted Files Coverage Δ
pytorch_optimizer/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
pytorch_optimizer/base/types.py 0.00% <0.00%> (-100.00%) ⬇️
pytorch_optimizer/optimizer/gc.py 0.00% <0.00%> (-100.00%) ⬇️
pytorch_optimizer/optimizer/agc.py 0.00% <0.00%> (-100.00%) ⬇️
pytorch_optimizer/optimizer/adan.py 0.00% <0.00%> (-100.00%) ⬇️
pytorch_optimizer/optimizer/lamb.py 0.00% <0.00%> (-100.00%) ⬇️
pytorch_optimizer/optimizer/lars.py 0.00% <0.00%> (-100.00%) ⬇️
pytorch_optimizer/optimizer/sgdp.py 0.00% <0.00%> (-100.00%) ⬇️
pytorch_optimizer/optimizer/adamp.py 0.00% <0.00%> (-100.00%) ⬇️
pytorch_optimizer/optimizer/madgrad.py 0.00% <0.00%> (-100.00%) ⬇️
... and 21 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@kozistr kozistr closed this Jan 1, 2023
@kozistr kozistr deleted the ci/pytest branch January 1, 2023 07:27
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.

None yet

2 participants