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 logic gates package #5

Merged
merged 1 commit into from
Jun 30, 2020
Merged

Use the logic gates package #5

merged 1 commit into from
Jun 30, 2020

Conversation

w3nl
Copy link
Contributor

@w3nl w3nl commented Jun 30, 2020

Also add xand and xnand truth tables

@w3nl w3nl self-assigned this Jun 30, 2020
@codecov
Copy link

codecov bot commented Jun 30, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #5   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9        11    +2     
  Lines           45        47    +2     
  Branches         6         6           
=========================================
+ Hits            45        47    +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/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 f558723...ed63f78. Read the comment docs.

@w3nl w3nl force-pushed the feature/use-logic-gates branch 2 times, most recently from b1de4f4 to e4c124e Compare June 30, 2020 08:41
@w3nl w3nl merged commit 2b74ef5 into master Jun 30, 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