Skip to content

Commit

Permalink
coverage should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Feb 8, 2024
1 parent d8a0f87 commit 786e668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
| File | % Lines | % Statements | % Branches | % Funcs |
|----------------------|---------------|---------------|---------------|---------------|
| script/Counter.s.sol | 0.00% (0/1) | 0.00% (0/1) | 100.00% (0/0) | 0.00% (0/2) |
| script/Counter.s.sol | 0.00% (0/0) | 0.00% (0/1) | 100.00% (0/0) | 0.00% (0/2) |
| src/Counter.sol | 100.00% (2/2) | 100.00% (2/2) | 100.00% (0/0) | 100.00% (2/2) |
| Total | 66.67% (2/3) | 66.67% (2/3) | 100.00% (0/0) | 50.00% (2/4) |

0 comments on commit 786e668

Please sign in to comment.