BREAKING CHANGE: V2 of thr SDK #12

Merged
fenpaws merged 124 commits from develop/postgresql into main 2024-07-01 20:46:28 +00:00
Showing only changes of commit f34cc637ec - Show all commits

View File

@ -23,9 +23,9 @@ jobs:
# Path to the go.mod file. # Path to the go.mod file.
go-version-file: ./go.mod # optional go-version-file: ./go.mod # optional
# Set this option to true if you want the action to always check for the latest available version that satisfies the version spec # Set this option to true if you want the action to always check for the latest available version that satisfies the version spec
check-latest: false # optional check-latest: true # optional
# Used to specify whether caching is needed. Set to true, if you'd like to enable caching. # Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
cache: false # optional cache: true # optional
- name: Execute Go Test files with coverage report - name: Execute Go Test files with coverage report
run: go test -v ./... -json -coverprofile="coverage.out" > "test-report.out" run: go test -v ./... -json -coverprofile="coverage.out" > "test-report.out"