Skip to content

Commit

Permalink
chore: enable code coverage tracking for the project (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo authored Oct 13, 2023
1 parent 0a4bb5a commit 539dc67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
go-version: '1.20'

- name: Test
run: go test -v ./...
run: go test -race -coverprofile=coverage.out -covermode=atomic -v ./...

- name: Upload coverage reports
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

chart-test-current:
name: Test and lint charts
Expand Down

0 comments on commit 539dc67

Please sign in to comment.