Skip to content

Commit e21f520

Browse files
committed
Add support for test coverage monitoring
1 parent be35fde commit e21f520

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
run: forge install
1717

1818
- name: Run tests
19-
run: forge test
19+
run: forge coverage --report lcov
20+
21+
- name: Coveralls
22+
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)