Skip to content

Commit 4f2f6ef

Browse files
committed
chore(evm): stop committing the ginkgo coverage profile
ginkgo -cover writes coverprofile.out next to the suite it ran, and it was committed. It is a build artifact of whoever ran the suite last. Signed-off-by: atharrva01 <atharvaborade568@gmail.com>
1 parent d87f26a commit 4f2f6ef

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ integration/token/fungible/evmfabtoken/testdata/
2424
# ginkgo leaves its compiled suite binary behind when a run fails.
2525
integration/token/fungible/evm/evm.test
2626
integration/token/fungible/evmfabtoken/evmfabtoken.test
27+
# ginkgo -cover writes this next to the suite it ran.
28+
integration/token/fungible/*/coverprofile.out

integration/token/fungible/evmfabtoken/coverprofile.out

Whitespace-only changes.

0 commit comments

Comments
 (0)