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

Use the new logic gates, add the not true table #6

Merged
merged 2 commits into from
Jul 1, 2020

Conversation

w3nl
Copy link
Contributor

@w3nl w3nl commented Jul 1, 2020

No description provided.

@codecov
Copy link

codecov bot commented Jul 1, 2020

Codecov Report

Merging #6 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #6   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        12    +1     
  Lines           47        49    +2     
  Branches         6         6           
=========================================
+ Hits            47        49    +2     
Impacted Files Coverage Δ
src/AndTruthTable.mjs 100.00% <100.00%> (ø)
src/NandTruthTable.mjs 100.00% <100.00%> (ø)
src/NorTruthTable.mjs 100.00% <100.00%> (ø)
src/NotTruthTable.mjs 100.00% <100.00%> (ø)
src/OrTruthTable.mjs 100.00% <100.00%> (ø)
src/XandTruthTable.mjs 100.00% <100.00%> (ø)
src/XnandTruthTable.mjs 100.00% <100.00%> (ø)
src/XnorTruthTable.mjs 100.00% <100.00%> (ø)
src/XorTruthTable.mjs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b74ef5...acdbc63. Read the comment docs.

@w3nl w3nl merged commit 03edbf4 into master Jul 1, 2020
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.

None yet

1 participant