mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-05 22:49:25 +00:00
Add codecov reporting.
This commit is contained in:
@@ -9,7 +9,7 @@ run: build
|
|||||||
@./semver-gen
|
@./semver-gen
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@go test ./... -v -race -cover
|
@go test ./... -v -race -cover -coverprofile=coverage.out
|
||||||
|
|
||||||
update:
|
update:
|
||||||
@go get -u ./...
|
@go get -u ./...
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
## Semantic version generator
|
## Semantic version generator
|
||||||
|
|
||||||
[](https://github.com/lukaszraczylo/semver-generator/actions/workflows/release.yaml)  [](https://codeclimate.com/github/lukaszraczylo/semver-generator/maintainability) [](https://codeclimate.com/github/lukaszraczylo/semver-generator/test_coverage)
|
[](https://github.com/lukaszraczylo/semver-generator/actions/workflows/release.yaml)  [](https://codecov.io/gh/lukaszraczylo/semver-generator)
|
||||||
|
|
||||||
Project created overnight, to prove that management of semantic versioning is NOT painful and do not require arguments and debates within the team. Simple, clean and only thing the project team should need to agree to are the keywords.
|
Project created overnight, to prove that management of semantic versioning is NOT painful and do not require arguments and debates within the team. Simple, clean and only thing the project team should need to agree to are the keywords.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user