a6799aa01b
Bump codecov/codecov-action from 3 to 4
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-06 21:17:49 +00:00
9d545d0bad
Update go.yml
...
Updated the Go version to bring it up to date and cleaned up
unnecessary parameters.
Added the ability to manually run workflow, as it is very handy.
2024-02-07 00:15:48 +03:00
c4aab04f0b
Make Gitlab mirroring great again
...
The https mirroring is broken for some reason. Since I don't need to
manually start CI anymore, I made mirroring via SSH.
2024-02-07 00:04:22 +03:00
ef4031f027
Allow running pipelines without merge request
...
This will allow me to pass CI checks without creating merge requests,
since I work alone there is no point in them.
2023-11-15 22:23:35 +03:00
0339ceb25b
Bump golangci-lint to v1.55.2
2023-11-14 22:35:25 +03:00
31d6570cd7
Fix command for teardown test env in GitHub Actions
2023-10-05 17:51:26 +03:00
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
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
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
f5f4e2ce8c
Add GitHub actions workflow
...
This is necessary for the completeness of the example.
2023-07-10 22:52:46 +03:00