Stas and Umputun
b2176a175d
Use golangci lint action ( #549 )
...
* Use action insted download binary file
* Update ci
* Add config option
* Use pre-built docker image for golangci-lint-action
* Remove pre build docker action
* Update action name
* Remove env
* Update ci file
* Add working directory
* Change GITHUB_WORKSPACE
* Update ci file
* Fix ci
* Comment golangci-lint-action
* Update working-directory
* Fix path
* Update ci-build.yml
* Update path
* Revert changes
* Update .golangci.yml
* Add new path for triggers ci
* Separate steps
* Add working-directory
* Add test pwd and ls
* Fix working directory
* Update script for linting in Dockerfile
* Move .golangci.yml to dir backend
* Delete unnecessary word
* Remove multiline string
* Reformat multiline strings to single
* Update disable-all option
2020-01-13 10:56:56 -06:00
Pavel Mineev and Umputun
c49b88d930
I removed build actions from test part
2020-01-05 14:17:30 -06:00
Umputun
d0925ba95f
ident ci lists for better readability
2020-01-04 21:09:27 -06:00
Dmitry Verkhoturov
c56c39c59d
separate build and test CI workflow, separate frontend and backend tests
2020-01-04 20:53:39 +01:00
Dmitry Verkhoturov and Umputun
07a14edc3b
adjust name for CI build with frontend tests
2020-01-02 14:35:50 -06:00
Dmitry Verkhoturov and Umputun
30c42ce36b
Multiple CI and code fixes ( #486 )
...
* enable golangci-lint for momeory_store example
* add race_test option to makefile
* prune lost goroutine in TestRest_Shutdown
* run race tests without cache
* fix ci pipeline
* fix typos
2019-12-09 12:30:07 -06:00
Dmitry Verkhoturov and Umputun
773da16649
Improve memory store tests reliability ( #479 )
...
* remove unnecessary GIT_BRANCH export
* go mod tidy
* fix tests naming, improve coverage
* make flaky TestMemData_FlagListBlocked reliable
2019-11-17 15:47:01 -06:00
Umputun
6f969a0a76
fix _example test call
2019-11-11 18:55:23 -06:00
Umputun
ae40fbeaf4
add example test
2019-11-11 18:52:13 -06:00
Dmitry Verkhoturov and Umputun
7536e265b2
Change coveralls to use build-in GITHUB_TOKEN ( #465 )
...
* change coveralls to use build-in GITHUB_TOKEN (should work in forks)
* send GITHUB_REF as GIT_BRANCH
* add debug output
* change service to github
* remove debug output
* move COVERALLS_TOKEN to environment, remove argument
2019-11-05 18:13:25 -06:00
Umputun
dff1e97604
remove ci debug prints
2019-11-01 03:08:13 -05:00
Umputun
524e963130
show GITHUB_EVENT_PATH content
2019-11-01 03:03:18 -05:00
Umputun
8494296b85
fix out lcov name
2019-11-01 02:31:30 -05:00
Umputun
aa5ebda1eb
convert 2 lcov manually
2019-11-01 02:27:32 -05:00
Umputun
9c5d1840ae
use short path for coverage reports
2019-11-01 02:18:30 -05:00
Umputun
8bfe66e725
split coveralls
2019-11-01 02:13:04 -05:00
Umputun and GitHub
37b2f48144
Actions ( #458 )
...
* remove coverage report from docker, add build and test step to actions
* install deps to actions
* formatting fix
* install go 1.13
* change linter location
2019-11-01 02:01:24 -05:00
Umputun
b706bbaf05
trigger rebuild
2019-10-31 23:40:42 -05:00
Umputun
93c9a2e608
remove service selection
2019-10-31 23:19:57 -05:00
Umputun
a60128a957
pass GITHUB_REPOSITORY to ci
2019-10-31 22:58:46 -05:00
Umputun
cd5f0b3b91
typo in passing env to ci docker build
2019-10-31 22:34:53 -05:00
Umputun
e9cf8ca69e
pass more env to ci build to make coveralls happy
2019-10-31 21:43:26 -05:00
Umputun
c154fae28f
rename actions, replace travis badge by action's
2019-10-31 20:38:13 -05:00
Stas and Umputun
582c9d6bce
Fix problem with DEBUG variable ( #435 )
...
* Fix problem with DEBUG variable
* Add condition for starting ci on pull requests
* Add default value
* Add default value in another place
* Fix error in bash statement
* Replace && on if condition
2019-09-20 15:12:50 -05:00
Stas and Umputun
4f6c336f6c
Use GitHub actions as ci ( #434 )
...
* Add blank.yml
* Fix ci
* Update blank.yml
* Update blank.yml
* Add debug
* Show environments variables
* Add test env for travis
* Update blank.yml
* Update formatting
* Add env variable GIT_BRANCH
* Change setting CI
* Add quotes for env variable value
* change on in ci
2019-09-20 13:51:52 -05:00