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

Feat: extend tests for func-call and let-binding #6

Merged
merged 8 commits into from
Oct 9, 2023

Conversation

mrLSD
Copy link
Owner

@mrLSD mrLSD commented Oct 4, 2023

Description

Added tests and increased tests coverage ⬆️. Significantly improved Github CI 🤖.

  • ☑️ Extended tests for function-declaration
  • ☑️ Extended tests for function-call
  • ☑️ Extended tests for let-binding
  • ☑️ Extended tests for binding
  • ☑️ Extended CI

@mrLSD mrLSD added enhancement New feature or request tests Tests implementations and coverage CI Github CI actions labels Oct 4, 2023
@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

All modified lines are covered by tests ✅

Files Coverage Δ
tests/function_call_tests.rs 100.00% <100.00%> (ø)
tests/function_declaration_tests.rs 100.00% <100.00%> (ø)
tests/lbinding_tests.rs 100.00% <100.00%> (ø)
tests/let_binding_tests.rs 100.00% <100.00%> (ø)

... and 10 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

@mrLSD mrLSD added this to the v0.2.3 milestone Oct 4, 2023
@mrLSD mrLSD marked this pull request as ready for review October 8, 2023 20:40
@mrLSD mrLSD merged commit 2992080 into master Oct 9, 2023
4 checks passed
@mrLSD mrLSD deleted the feat/extend-tests-v0.2.3 branch October 9, 2023 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Github CI actions enhancement New feature or request tests Tests implementations and coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant