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 21 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

Merging #543 (1923456) into master (a80f0aa) will decrease coverage by 0.36%.
The diff coverage is 89.48%.

@@            Coverage Diff             @@
##           master     #543      +/-   ##
==========================================
- Coverage   87.78%   87.43%   -0.36%     
==========================================
  Files         132      133       +1     
  Lines        5626     5697      +71     
==========================================
+ Hits         4939     4981      +42     
- Misses        687      716      +29     
Files Changed Coverage Δ
+types/+util/getVectorClassName.m 60.86% <60.86%> (ø)
+types/+util/+dynamictable/addVarargColumn.m 73.49% <73.17%> (-20.06%) ⬇️
+types/+util/+dynamictable/addRawData.m 94.62% <92.30%> (-0.75%) ⬇️
+types/+util/+dynamictable/addColumn.m 94.73% <94.44%> (+1.40%) ⬆️
+types/+util/+dynamictable/getIndex.m 97.61% <97.56%> (-0.06%) ⬇️
+tests/+unit/dataPipeTest.m 98.73% <98.73%> (ø)
+tests/+sanity/GenerationTest.m 100.00% <100.00%> (ø)
+tests/+system/DynamicTableTest.m 82.26% <100.00%> (-0.60%) ⬇️
+types/+util/+dynamictable/addRow.m 100.00% <100.00%> (ø)
+types/+util/+dynamictable/addVarargRow.m 97.72% <100.00%> (+0.10%) ⬆️
... and 2 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

1 participant