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

Add list facilities #9

Merged
merged 25 commits into from
Jun 30, 2024
Merged

Add list facilities #9

merged 25 commits into from
Jun 30, 2024

Conversation

cowuake
Copy link
Owner

@cowuake cowuake commented Jun 30, 2024

No description provided.

@coveralls
Copy link

coveralls commented Jun 30, 2024

Pull Request Test Coverage Report for Build 9732495987

Details

  • 199 of 273 (72.89%) changed or added relevant lines in 13 files are covered.
  • 46 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-2.4%) to 61.544%

Changes Missing Coverage Covered Lines Changed/Added Lines %
schemius/src/core/builtins/string_procs.rs 10 11 90.91%
schemius/src/core/evaluator.rs 17 18 94.44%
schemius/src/core/s_expression/s_list.rs 14 15 93.33%
schemius/tests/common.rs 2 3 66.67%
schemius/src/core/builtins/special_forms.rs 16 18 88.89%
schemius/src/core/reader.rs 29 33 87.88%
schemius-native/src/main.rs 0 5 0.0%
schemius/src/core/builtins/base_procs.rs 8 15 53.33%
schemius/src/core/s_expression/mod.rs 28 36 77.78%
schemius/src/core/builtins/list_procs.rs 66 79 83.54%
Files with Coverage Reduction New Missed Lines %
schemius/src/core/reader.rs 2 85.04%
schemius/src/core/interpreter.rs 3 28.41%
schemius/src/core/builtins/list_procs.rs 6 78.57%
schemius/src/core/s_expression/mod.rs 35 52.99%
Totals Coverage Status
Change from base Build 9732450146: -2.4%
Covered Lines: 917
Relevant Lines: 1490

💛 - Coveralls

@cowuake cowuake merged commit 47d463d into main Jun 30, 2024
6 checks passed
@cowuake cowuake deleted the feature/lists branch June 30, 2024 13:56
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.

2 participants