Skip to content

Commit

Permalink
feature/1: test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrgnt committed Jul 5, 2024
1 parent 55cc193 commit 0c70dbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Test
run: go test -v ./...

- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
Expand Down

0 comments on commit 0c70dbe

Please sign in to comment.