chore: run tests with coverage in Makefile (#3418)

This commit is contained in:
Léo Vincent
2023-07-03 14:11:23 +02:00
committed by GitHub
parent 766f520c17
commit 6919b3dea6
2 changed files with 21 additions and 1 deletions

5
.gitignore vendored
View File

@ -35,4 +35,7 @@ dist/
db-tools/
# VSCode
.vscode
.vscode
# Coverage report
lcov.info