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

Composition abstractions #34

Merged
merged 2 commits into from
Nov 6, 2023
Merged

Composition abstractions #34

merged 2 commits into from
Nov 6, 2023

Conversation

wbaldoumas
Copy link
Owner

Description

Composition abstractions:

  • Beat
  • Measure
  • Composition
  • Meter

Also adjusted some namespaces.

Type of Change

  • Bug Fix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

Copy link

codecov bot commented Nov 6, 2023

Codecov Report

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

Comparison is base (1f973f7) 99.58% compared to head (cf7dca7) 97.54%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
- Coverage   99.58%   97.54%   -2.04%     
==========================================
  Files          26       29       +3     
  Lines         479      489      +10     
  Branches       31       31              
==========================================
  Hits          477      477              
- Misses          1       11      +10     
  Partials        1        1              
Files Coverage Δ
...Melody.Library/Compositions/Choices/ChordChoice.cs 100.00% <ø> (ø)
...mpositions/Choices/ChordChoiceRepositoryFactory.cs 100.00% <ø> (ø)
.../Compositions/Choices/DuetChordChoiceRepository.cs 100.00% <ø> (ø)
...sitions/Choices/Extensions/NoteChoiceExtensions.cs 100.00% <ø> (ø)
...nMelody.Library/Compositions/Choices/NoteChoice.cs 100.00% <ø> (ø)
...ibrary/Compositions/Choices/NoteChoiceGenerator.cs 100.00% <ø> (ø)
...mpositions/Choices/QuartetChordChoiceRepository.cs 100.00% <ø> (ø)
.../Compositions/Choices/TrioChordChoiceRepository.cs 100.00% <ø> (ø)
src/BaroquenMelody.Library/Compositions/Chord.cs 100.00% <ø> (ø)
...sitions/Configurations/CompositionConfiguration.cs 100.00% <100.00%> (ø)
... and 15 more

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

@wbaldoumas wbaldoumas marked this pull request as ready for review November 6, 2023 01:11
@wbaldoumas wbaldoumas merged commit 87365d6 into main Nov 6, 2023
7 of 9 checks passed
@wbaldoumas wbaldoumas deleted the composition-abstractions branch November 6, 2023 01:11
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