4472020ee9
Add workaround for timezones on windows Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/api/pulls/151
12 lines
165 B
YAML
12 lines
165 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.x"
|
|
|
|
go_import_path: 4d63.com/tz
|
|
|
|
script:
|
|
- go test -coverprofile=coverage.txt
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|