Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant changes to the codebase, focusing on removing code coverage configurations, updating workflows, adding new materials for satellite models, and enhancing satellite model management. Below are the most important changes:
Removal of Code Coverage Configuration:
.github/codecov.yml
: Removed the entire Codecov configuration file, including settings for CI requirements, coverage precision, status, and parsers..github/workflows/build-pipeline.yml
: Removed the step for running Codecov in the build pipeline.Addition of New Satellite Materials:
public/meshes/sateliotsat.mtl
: Added new material definitions forsateliotsat
model with various material properties.public/meshes/sateliotsat2.mtl
: Added new material definitions forsateliotsat2
model with various material properties.Enhancements to Satellite Model Management:
src/plugins/select-sat-manager/sat-info-box.ts
: Improved handling of satellite RCS values to check for NaN before setting the value.src/singletons/draw-manager/mesh-manager.ts
:sateliotsat
andsateliotsat2
to the MeshManager.getSatelliteModel
method to handle new satellite payloads and bus types forsateliotsat
andsateliotsat2
.