1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2024-12-27 16:33:05 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
Vasiliy Vasilyuk
42815eab15
Add GitLab CI and mirroring to GitLab
Added an example .gitlab-ci.yml, to make a sample more informative.

Also added mirroring to gitlab to simplify repository development and
gitlab ci validation.
2023-07-11 22:53:23 +03:00
Vasiliy Vasilyuk
5fc60fb2f5
Add coverage report by Codecov
This is needed to display coverage, and as an example of setting up
coverage counts.

Also, added badges to make the repositories look prettier.
2023-07-10 23:36:05 +03:00
Vasiliy Vasilyuk
cfe9add3d7
Add lint to CI
It is necessary to remember not to bring the code to a state complying
with the rules.
2023-07-10 23:10:36 +03:00
Vasiliy Vasilyuk
f5f4e2ce8c
Add GitHub actions workflow
This is necessary for the completeness of the example.
2023-07-10 22:52:46 +03:00
Vasiliy Vasilyuk
9cb6ced6ef
Add parallel running for tests 2023-07-05 07:57:37 +03:00
Vasiliy Vasilyuk
fd50c57aff
Mark tests as integration
It is necessary so that these tests will not run when using the
`make test-short` command.
2023-07-05 07:51:30 +03:00
Vasiliy Vasilyuk
b346272f7f
Publish an example testing go code with Postgres 2023-07-05 01:31:59 +03:00
Vasiliy Vasilyuk
7e6770223e
Initial commit 2023-06-17 16:29:50 +03:00