Skip to content

Commit

Permalink
codecov is back
Browse files Browse the repository at this point in the history
  • Loading branch information
1Shubham7 authored Nov 19, 2024
1 parent 48f7ec6 commit 85c1b66
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:

# These steps are for uploading coverage to codecov

# - name: Run coverage
# run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...

# - name: Upload results to Codecov
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 85c1b66

Please sign in to comment.