Lightning-Universe / lightning-transformers

Flexible components pairing 🤗 Transformers with :zap: Pytorch Lightning
https://lightning-transformers.readthedocs.io
Apache License 2.0
610 stars 77 forks source link

Disable minimal tests for windows CI #199

Closed SeanNaren closed 2 years ago

SeanNaren commented 2 years ago

Windows Minimal tests are hanging, and rather than completely skipping the tests I've opted for removing the minimal configuration for windows to still completely test latest. I've also made latest the required test for windows.

codecov[bot] commented 2 years ago

Codecov Report

Merging #199 (4ac572b) into master (69ea404) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #199   +/-   ##
=======================================
  Coverage   90.21%   90.21%           
=======================================
  Files          71       71           
  Lines        1543     1543           
=======================================
  Hits         1392     1392           
  Misses        151      151           
Flag Coverage Δ
unittests 90.21% <ø> (ø)

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 69ea404...4ac572b. Read the comment docs.