Skip to content

Commit

Permalink
feat(version): 100% code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
trakhimenok committed Aug 20, 2023
1 parent 3861280 commit a28c7b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Status
[![Build, Test, Vet, Lint](https://github.com/dal-go/dalgo/actions/workflows/ci.yml/badge.svg)](https://github.com/dal-go/dalgo/actions/workflows/ci.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/dal-go/dalgo)](https://goreportcard.com/report/github.com/dal-go/dalgo)
[![Coverage Status](https://coveralls.io/repos/github/dal-go/dalgo/badge.svg?branch=main&kill-cache=1)](https://coveralls.io/github/dal-go/dalgo?branch=main)
[![Coverage Status](https://coveralls.io/repos/github/dal-go/dalgo/badge.svg?branch=main&kill-cache=2)](https://coveralls.io/github/dal-go/dalgo?branch=main)
[![Version](https://img.shields.io/github/v/tag/dal-go/dalgo?filter=v*.*.*&logo=Go)](https://github.com/dal-go/dalgo/tags)
[![GoDoc](https://godoc.org/github.com/dal-go/dalgo?status.svg)](https://godoc.org/github.com/dal-go/dalgo)
[![Sourcegraph](https://sourcegraph.com/github.com/dal-go/dalgo/-/badge.svg)](https://sourcegraph.com/github.com/dal-go/dalgo?badge)
Expand All @@ -23,6 +23,12 @@ Using this module allows you:

4. Write unit tests for your business logic without dependency on specific API.

## Quality Assurance
- [Build pipeline](https://github.com/dal-go/dalgo/actions/workflows/ci.yml)
- 100% test [code coverage](https://coveralls.io/github/dal-go/dalgo?branch=main)!
- Go vet
- golangci-lint

## Overview generated by ChatGPT-4

The `github.com/dal-go/dalgo` package provides a consistent and flexible API for working with different types of
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package dalgo

// Version holds version of the module
// Need to be updated by CI when published.
const Version = "0.0.15"
const Version = "0.3.4"

0 comments on commit a28c7b2

Please sign in to comment.