Skip to content

Commit

Permalink
added test job
Browse files Browse the repository at this point in the history
  • Loading branch information
nar10z committed Dec 15, 2023
1 parent 7440144 commit 3a08a24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,6 @@ jobs:
- name: Test
run: go test --race -coverpkg=./... -coverprofile=coverage.out ./...

- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
report: true
chart: true
amend: true
if: |
matrix.os == 'ubuntu-latest' &&
github.event_name == 'push'
continue-on-error: true

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Go Reference](https://pkg.go.dev/badge/github.com/nar10z/go-accumulator.svg)](https://pkg.go.dev/github.com/nar10z/go-accumulator)
[![Go Report Card](https://goreportcard.com/badge/github.com/nar10z/go-accumulator)](https://goreportcard.com/report/github.com/nar10z/go-accumulator)
[![Go Coverage](https://github.com/nar10z/go-accumulator/wiki/coverage.svg)](https://raw.githack.com/wiki/nar10z/go-accumulator/coverage.html)
[![codecov](https://codecov.io/gh/nar10z/go-accumulator/graph/badge.svg?token=56NA65VT60)](https://codecov.io/gh/nar10z/go-accumulator)

Solution for accumulation of events and their subsequent processing.

Expand Down

0 comments on commit 3a08a24

Please sign in to comment.