We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f69aa6 commit cbd518fCopy full SHA for cbd518f
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
run: make test-cov
22
- name: Generate test badge
23
if: github.ref == 'refs/heads/main'
24
- uses: GoTestTools/limgo-badge-action@59ae101a9b238e0c096aacc9480bb6eb3b8d4cb6
+ uses: GoTestTools/limgo-badge-action@0890ac43873ffd51a10f25c6b6413a9c7fffc06d
25
with:
26
limgo_file: test.out
27
limgo_file_format: tab
.gitignore
@@ -4,3 +4,4 @@
4
dist/
5
vendor/
6
test.cov
7
+test.out
0 commit comments