Skip to content

Commit 47373a5

Browse files
chore: add coverage.txt to git ignore (#36)
Signed-off-by: goflutterjava <[email protected]>
1 parent 719de6f commit 47373a5

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.github/workflows/go_ci_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: go ci Lint
1+
name: go ci lint
22
on:
33
pull_request:
44
branches:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ target/*
2020
*.test
2121

2222
# Output of the go coverage tool, specifically when used with LiteIDE
23+
coverage.txt
2324
*.out

.idea/vcs.xml

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)