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

refactor: use default t and D from MTKv9 #256

Closed
wants to merge 80 commits into from

Conversation

AayushSabharwal
Copy link
Member

Waiting for #214, then DynamicQuantities support through SymbolicML/DynamicQuantities.jl#107, and only then will CI run

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add any other context about the problem here.

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

Attention: 180 lines in your changes are missing coverage. Please review.

Comparison is base (5944672) 55.30% compared to head (4d588d7) 0.00%.
Report is 89 commits behind head on main.

❗ Current head 4d588d7 differs from pull request most recent head 51b9bf5. Consider uploading reports for the commit 51b9bf5 to get more accurate results

Files Patch % Lines
src/Blocks/sources.jl 0.00% 65 Missing ⚠️
src/Blocks/continuous.jl 0.00% 33 Missing ⚠️
src/Mechanical/Rotational/utils.jl 0.00% 16 Missing ⚠️
src/Blocks/analysis_points.jl 0.00% 11 Missing ⚠️
src/Mechanical/Rotational/components.jl 0.00% 9 Missing ⚠️
src/Mechanical/Rotational/sources.jl 0.00% 7 Missing ⚠️
src/Mechanical/TranslationalPosition/utils.jl 0.00% 7 Missing ⚠️
src/Electrical/Digital/gates.jl 0.00% 6 Missing ⚠️
src/Electrical/utils.jl 0.00% 6 Missing ⚠️
src/Mechanical/TranslationalPosition/components.jl 0.00% 6 Missing ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #256       +/-   ##
==========================================
- Coverage   55.30%   0.00%   -55.31%     
==========================================
  Files          48      35       -13     
  Lines        1611    1645       +34     
==========================================
- Hits          891       0      -891     
- Misses        720    1645      +925     

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

baggepinnen and others added 27 commits February 22, 2024 11:45
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.16.23 to 1.17.0.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.16.23...v1.17.0)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.17.0...v1.18.0)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Explicitly specify the codecov token to be used (i.e., `CODECOV_TOKEN`), given that the latest v4 release of the codecov action requires it to be able to generate coverage reports.
Additionally, fail CI if coverage reporting fails, since coverage is an important enough metric for us to ensure that it's tracked consistently.
Explicitly specify the codecov token to be used (i.e., `CODECOV_TOKEN`), given that the latest v4 release of the codecov action requires it to be able to generate coverage reports.
Additionally, fail CI if coverage reporting fails, since coverage is an important enough metric for us to ensure that it's tracked consistently.
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.

7 participants