Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cp-dharti-r/devops-golang-unit-test-check
Configure GitHub workflow for running unit tests, which should be passed without errors.
https://github.com/cp-dharti-r/devops-golang-unit-test-check
go-testing golang tdd test-driven-development testing unit-testing
Last synced: about 3 hours ago
JSON representation
Configure GitHub workflow for running unit tests, which should be passed without errors.
- Host: GitHub
- URL: https://github.com/cp-dharti-r/devops-golang-unit-test-check
- Owner: cp-dharti-r
- Created: 2024-06-24T05:49:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T05:03:41.000Z (8 months ago)
- Last Synced: 2024-12-18T23:34:09.367Z (about 2 months ago)
- Topics: go-testing, golang, tdd, test-driven-development, testing, unit-testing
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unit test check in golang
Configure GitHub workflow for running unit tests, which should be passed without errors.Performed things,
- Write unit tests for user CRUD operation.
- Ensure the test covers all the success and error cases and passes with 85% code coverage.
- Write GitHub CI script to run Unit test.
- Configure the database and script to run unit tests as part of the CI/CD pipeline.
- Setup to runs the unit test on each commit.