Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Oct 1, 2023
1 parent 3ed8f3b commit ced0ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
go test -v ./...
shell: bash

- name: Run coverage
- name: Updating test-coverage
run: |
cd lib/
go test ./... -race -coverprofile=coverage.out -covermode=atomic
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Unit Tests](https://github.com/superstes/calamary/actions/workflows/test.yml/badge.svg?branch=latest)](https://github.com/superstes/calamary/actions/workflows/test.yml)
[![Test Coverage](https://codecov.io/gh/superstes/calamary/graph/badge.svg?token=UD4TM8N256)](https://codecov.io/gh/superstes/calamary)
[![Test Coverage](https://codecov.io/gh/superstes/calamary/graph/badge.svg?token=PPNLDDS0M8)](https://codecov.io/gh/superstes/calamary)
[![Lint](https://github.com/superstes/calamary/actions/workflows/lint.yml/badge.svg?branch=latest)](https://github.com/superstes/calamary/actions/workflows/lint.yml)
[![Documentation](https://readthedocs.org/projects/calamary/badge/?version=latest)](https://docs.calamary.net/en/latest/?badge=latest)

Expand Down

0 comments on commit ced0ab5

Please sign in to comment.