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

Convert Azure Pipeline to Github Actions #543

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

lawrence-mbf
Copy link
Collaborator

@lawrence-mbf lawrence-mbf commented Sep 8, 2023

Motivation

Better future integration with Github Pages

  • Badge generation

Checklist

  • Have you ensured the PR description clearly describes the problem and solutions?
  • Have you checked to ensure that there aren't other open or previously closed Pull Requests for the same change?
  • If this PR fixes an issue, is the first line of the PR description fix #XX where XX is the issue number?

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

Test Results

77 tests   77 ✔️  5m 2s ⏱️
21 suites    0 💤
  1 files      0

Results for commit e1d091a.

♻️ This comment has been updated with latest results.

- pull out class name function call
- refactor vararg column to make it more compatible with older MATLAB
  versions.
- Add data depth function which is reused by other functions.
Use version of MATLAB that supports hdf5 dynamically loaded filters.
- Change function arguments for addTableColumn to now support ragged
  Vector Indices
@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Attention: Patch coverage is 83.73984% with 40 lines in your changes missing coverage. Please review.

Project coverage is 90.06%. Comparing base (f977b5c) to head (026b5ad).
Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
+types/+util/+dynamictable/addVarargColumn.m 73.17% 22 Missing ⚠️
+types/+util/getVectorClassName.m 60.86% 9 Missing ⚠️
utilities/maintenance/validateCodecovSettings.m 0.00% 6 Missing ⚠️
+types/+util/+dynamictable/addColumn.m 94.44% 1 Missing ⚠️
+types/+util/+dynamictable/addRawData.m 92.30% 1 Missing ⚠️
+types/+util/+dynamictable/getIndex.m 97.56% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #543      +/-   ##
==========================================
- Coverage   90.63%   90.06%   -0.58%     
==========================================
  Files         106      108       +2     
  Lines        4687     4770      +83     
==========================================
+ Hits         4248     4296      +48     
- Misses        439      474      +35     
Flag Coverage Δ
90.06% <83.73%> (-0.58%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

3 participants