Skip to content

Update Testing CI to Cover Current Supporting Versions of Python and PyTorch#339

Merged
snk4tr merged 7 commits intomasterfrom
fix/testing_ci
Feb 6, 2023
Merged

Update Testing CI to Cover Current Supporting Versions of Python and PyTorch#339
snk4tr merged 7 commits intomasterfrom
fix/testing_ci

Conversation

@denproc
Copy link
Collaborator

@denproc denproc commented Feb 6, 2023

Closes #336

Proposed Changes

  • changes OS to ubuntu-latest
  • use python 3.10 for linting and mypy checks
  • shift testing CI to python 3.7,3.10 and torchvision 0.6.1, 0.14.1
  • relax versions for scipy and gudhi

TODO: Update required checks for Repo after review

@codecov
Copy link

codecov bot commented Feb 6, 2023

Codecov Report

Merging #339 (8b7b0a7) into master (213a466) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #339      +/-   ##
==========================================
+ Coverage   91.97%   92.01%   +0.03%     
==========================================
  Files          34       34              
  Lines        2493     2491       -2     
==========================================
- Hits         2293     2292       -1     
+ Misses        200      199       -1     
Flag Coverage Δ
unittests 92.01% <ø> (+0.03%) ⬆️

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

Impacted Files Coverage Δ
piq/utils/common.py 95.65% <0.00%> (+1.90%) ⬆️

@denproc denproc changed the title DRAFT: Fix Testing Pipeline DRAFT: Update Testing CI to Cover Current Supporting Versions of Python and PyTorch Feb 6, 2023
@denproc denproc marked this pull request as ready for review February 6, 2023 01:39
@denproc denproc requested review from jzakirov and snk4tr February 6, 2023 01:39
@denproc denproc changed the title DRAFT: Update Testing CI to Cover Current Supporting Versions of Python and PyTorch Update Testing CI to Cover Current Supporting Versions of Python and PyTorch Feb 6, 2023
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@snk4tr snk4tr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great improvement, thanks!

@snk4tr snk4tr merged commit 00317ab into master Feb 6, 2023
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.

CI Testing Pipeline: Update Versions

2 participants