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

Optimize CI Jobs #1875

Merged
merged 2 commits into from
Nov 11, 2024
Merged

Optimize CI Jobs #1875

merged 2 commits into from
Nov 11, 2024

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Nov 11, 2024

  • Replace CI jobs for Ubuntu (apt), macOS (homebrew), and Windows (vcpkg) with equivalent testing via Pixi to simplify CI maintenance.
  • Add a "Getting Started" section to README.md.

Before creating a pull request

  • Document new methods and classes
  • Format new code files using ClangFormat by running make format
  • Build with -DDART_TREAT_WARNINGS_AS_ERRORS=ON and resolve all the compile warnings

Before merging a pull request

  • Set version target by selecting a milestone on the right side
  • Summarize this change in CHANGELOG.md
  • Add unit test(s) for this change
  • Add Python bindings for new methods and classes

@jslee02 jslee02 added this to the DART 6.15.0 milestone Nov 11, 2024
@jslee02 jslee02 changed the title Ci cleanup Streamline Platform-Specific CI Jobs Nov 11, 2024
@jslee02 jslee02 force-pushed the ci_cleanup branch 2 times, most recently from ad1aec4 to fc0f3c2 Compare November 11, 2024 04:36
@jslee02 jslee02 changed the title Streamline Platform-Specific CI Jobs Optimize CI Jobs Nov 11, 2024
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.55%. Comparing base (ad50867) to head (d044bf4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1875   +/-   ##
=======================================
  Coverage   61.55%   61.55%           
=======================================
  Files         490      490           
  Lines       46013    46013           
=======================================
+ Hits        28322    28325    +3     
+ Misses      17691    17688    -3     

see 1 file with indirect coverage changes

@jslee02 jslee02 merged commit 26664f5 into main Nov 11, 2024
28 checks passed
@jslee02 jslee02 deleted the ci_cleanup branch November 11, 2024 12:03
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