Skip to content

Commit

Permalink
Updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aneshas committed Mar 14, 2024
1 parent ceb8acc commit ef33839
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test:
@go test -race -coverprofile=profile.cov -v $(shell go list ./... | grep -vE 'cmd|mocks|testdata|testutil')
@go test -tags="integration" -race -coverprofile=profile.cov -v $(shell go list ./... | grep -vE 'cmd|mocks|testdata|testutil')
@go tool cover -func=profile.cov | grep total
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# tx
[![Go Test](https://github.com/aneshas/tx/actions/workflows/test.yml/badge.svg)](https://github.com/aneshas/tx/actions/workflows/test.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/aneshas/tx)](https://goreportcard.com/report/github.com/aneshas/tx)
[![Coverage Status](https://coveralls.io/repos/github/aneshas/tx/badge.svg)](https://coveralls.io/github/aneshas/tx)
[![Go Reference](https://pkg.go.dev/badge/github.com/aneshas/tx.svg)](https://pkg.go.dev/github.com/aneshas/tx)

Package tx provides a simple transaction abstraction in order to enable decoupling/abstraction of persistence from
application/domain logic while still leaving transaction control to the application service.
Expand Down

0 comments on commit ef33839

Please sign in to comment.