Skip to content

Commit

Permalink
confirm coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed Jan 4, 2025
1 parent 5577cc6 commit 68194e5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 36 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ jobs:
forge test -vvv
id: test

- name: Check snapshots directory did not update
- name: Confirm section snapshots
run: |
git diff --exit-code snapshots
id: no-diff-snapshot
id: diff-section-snapshots

- name: Confirm coverage
run: |
forge coverage --report lcov
git diff --exit-code lcov.info
id: diff-coverage
68 changes: 34 additions & 34 deletions lcov.info
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
TN:
SF:src/ReadCbor.sol
DA:33,819
DA:33,818
FN:33,ReadCbor.parseArg
FNDA:819,ReadCbor.parseArg
DA:34,819
FNDA:818,ReadCbor.parseArg
DA:34,818
BRDA:34,0,0,541
BRDA:34,0,1,257
BRDA:34,0,1,256
DA:35,541
DA:36,278
DA:36,277
BRDA:36,1,0,3
BRDA:36,1,1,257
BRDA:36,1,1,256
DA:37,3
DA:38,3
BRDA:38,2,0,1
BRDA:38,2,1,2
DA:39,275
DA:39,274
BRDA:39,3,0,7
BRDA:39,3,1,257
BRDA:39,3,1,256
DA:40,7
DA:41,268
DA:41,267
BRDA:41,4,0,4
BRDA:41,4,1,257
BRDA:41,4,1,256
DA:42,4
DA:43,264
DA:43,263
BRDA:43,5,0,7
BRDA:43,5,1,257
BRDA:43,5,1,256
DA:44,7
DA:46,257
DA:46,256
DA:50,827
FN:50,ReadCbor.u8
FNDA:827,ReadCbor.u8
Expand Down Expand Up @@ -61,9 +61,9 @@ FNDA:540,ReadCbor.header
DA:104,540
DA:105,540
DA:106,540
BRDA:106,6,0,1
BRDA:106,6,1,539
DA:107,539
BRDA:106,6,0,2
BRDA:106,6,1,538
DA:107,538
DA:118,10
FN:118,ReadCbor.header
FNDA:10,ReadCbor.header
Expand Down Expand Up @@ -273,23 +273,23 @@ DA:466,15
FN:466,ReadCbor.isTag
FNDA:15,ReadCbor.isTag
DA:468,15
DA:477,772
DA:477,770
FN:477,ReadCbor.isTag
FNDA:772,ReadCbor.isTag
DA:478,772
DA:480,772
DA:482,772
BRDA:482,26,0,1
DA:483,771
DA:484,771
DA:485,771
BRDA:485,27,0,1
DA:487,769
DA:488,769
DA:489,513
DA:490,257
DA:491,1
DA:494,771
FNDA:770,ReadCbor.isTag
DA:478,770
DA:480,770
DA:482,770
BRDA:482,26,0,-
DA:483,770
DA:484,770
DA:485,770
BRDA:485,27,0,-
DA:487,768
DA:488,768
DA:489,512
DA:490,256
DA:491,0
DA:494,770
DA:504,7
FN:504,ReadCbor.Tag
FNDA:7,ReadCbor.Tag
Expand Down Expand Up @@ -387,9 +387,9 @@ DA:669,1
FNF:49
FNH:49
LF:229
LH:229
LH:228
BRF:57
BRH:57
BRH:55
end_of_record
TN:
SF:src/tags/ReadBignum.sol
Expand Down

0 comments on commit 68194e5

Please sign in to comment.