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

Allow users to reset the list of created records #114

Merged
merged 3 commits into from
Oct 21, 2022

Conversation

AlexanderWells-diamond
Copy link
Collaborator

Implemented a "ClearRecords" function that performs logic that was previously only in some code for tests.

Closes #56

@github-actions
Copy link

github-actions bot commented Oct 18, 2022

Unit Test Results

     15 files  ±  0       15 suites  ±0   30m 24s ⏱️ + 2m 6s
   249 tests +  2     243 ✔️ +  2      6 💤 ±0  0 ±0 
3 735 runs  +30  3 295 ✔️ +30  440 💤 ±0  0 ±0 

Results for commit 1e352ab. ± Comparison against base commit dc4a63f.

♻️ This comment has been updated with latest results.

Implemented a "ClearRecords" function that performs logic that was
previously only in some code for tests.
@codecov
Copy link

codecov bot commented Oct 19, 2022

Codecov Report

Merging #114 (1e352ab) into master (dc4a63f) will increase coverage by 0.07%.
The diff coverage is 100.00%.

❗ Current head 1e352ab differs from pull request most recent head c422b34. Consider uploading reports for the commit c422b34 to get more accurate results

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
+ Coverage   87.03%   87.11%   +0.07%     
==========================================
  Files          14       14              
  Lines         972      978       +6     
==========================================
+ Hits          846      852       +6     
  Misses        126      126              
Impacted Files Coverage Δ
softioc/softioc.py 77.35% <ø> (-0.22%) ⬇️
softioc/builder.py 97.61% <100.00%> (+0.05%) ⬆️
softioc/pythonSoftIoc.py 90.47% <100.00%> (+0.47%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Collaborator

@Araneidae Araneidae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

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.

Allow users to reset the list of created records
2 participants