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

Create GitHub actions #713

Merged
merged 13 commits into from Oct 24, 2021
Merged

Create GitHub actions #713

merged 13 commits into from Oct 24, 2021

Conversation

fepegar
Copy link
Owner

@fepegar fepegar commented Oct 24, 2021

Fixes:

Related to:

Description
Migration from Travis CI to GitHub Actions.

Checklist

  • I have read the CONTRIBUTING docs and have a developer setup (especially important are pre-commitand pytest)
  • Non-breaking change (would not break existing functionality)
  • Breaking change (would cause existing functionality to change)
  • Tests added or modified to cover the changes
  • Integration tests passed locally by running pytest
  • In-line docstrings updated
  • Documentation updated, tested running make html inside the docs/ folder
  • This pull request is ready to be reviewed
  • If the PR is ready and there are multiple commits, I have squashed them and force-pushed

@fepegar fepegar changed the title Create lint.yml Create GitHub actions Oct 24, 2021
@codecov
Copy link

codecov bot commented Oct 24, 2021

Codecov Report

Merging #713 (9b93a5e) into master (f0c5a25) will decrease coverage by 0.38%.
The diff coverage is 78.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #713      +/-   ##
==========================================
- Coverage   95.49%   95.10%   -0.39%     
==========================================
  Files          72       72              
  Lines        4348     4374      +26     
==========================================
+ Hits         4152     4160       +8     
- Misses        196      214      +18     
Impacted Files Coverage Δ
torchio/data/image.py 89.71% <33.33%> (-0.32%) ⬇️
torchio/data/io.py 93.47% <60.86%> (-2.91%) ⬇️
torchio/__init__.py 100.00% <100.00%> (ø)
torchio/data/dataset.py 95.65% <100.00%> (+0.09%) ⬆️
torchio/transforms/augmentation/composition.py 91.02% <100.00%> (ø)
...ansforms/augmentation/intensity/random_ghosting.py 99.02% <100.00%> (ø)
...o/transforms/augmentation/spatial/random_affine.py 96.20% <100.00%> (+0.02%) ⬆️
torchio/transforms/preprocessing/spatial/resize.py 100.00% <100.00%> (ø)
torchio/transforms/transform.py 97.01% <100.00%> (+0.05%) ⬆️
torchio/visualization.py 93.95% <100.00%> (+0.08%) ⬆️
... and 1 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 a9f47fc...9b93a5e. Read the comment docs.

@fepegar fepegar merged commit 1d090b9 into master Oct 24, 2021
@fepegar fepegar deleted the gha branch October 24, 2021 22:05
@fepegar fepegar restored the gha branch July 4, 2022 22:00
@fepegar fepegar deleted the gha branch July 4, 2022 22:05
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.

None yet

1 participant