Skip to content

Commit df6f78a

Browse files
Merge pull request #1 from NicklasWallgren/github-actions-fixes
Fixed Github Actions
2 parents aee13d3 + 770ad24 commit df6f78a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: go get github.com/mattn/goveralls
2727

2828
- name: Test
29-
run: go test -v -coverprofile=profile.cov
29+
run: go test -v ./pkg -coverprofile=profile.cov
3030

3131
- name: Send coverage
3232
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fmt.Printf("query %v\n", tmpl.GetQuery())
6060
fmt.Printf("query parameters %v\n", tmpl.GetParams())
6161
```
6262

63-
```
63+
```sql
6464
-- File ./queries/users/users.tsql
6565
{{define "findById"}}
6666
SELECT *

0 commit comments

Comments
 (0)