Skip to content

Commit

Permalink
fix: coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jul 13, 2020
1 parent 3f35527 commit 126aeef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# TODO: re-enable this later
# FILES=$(git diff --staged --diff-filter=AM --no-renames --name-only)
# make fmt lint test && git add $FILES
FILES=$(git diff --staged --diff-filter=AM --no-renames --name-only)
make fmt lint test && git add $FILES
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
file: ./coverage.out
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 126aeef

Please sign in to comment.