Skip to content

Commit

Permalink
Renaming files to get proper coverage (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
fallard84 committed Dec 22, 2020
1 parent 1036c11 commit 0bb3554
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build
run: make build && go get -u github.com/jandelgado/gcov2lcov
- name: All tests
run: go test -coverprofile=coverage.out -covermode=atomic ./...
run: go test -v -coverprofile=coverage.out -covermode=count ./...
- name: gcov2lcov
uses: jandelgado/gcov2lcov-action@v1.0.2
with:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0bb3554

Please sign in to comment.