Skip to content

Commit

Permalink
Move from bash to step
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Nov 7, 2024
1 parent 3c92bcd commit 13c8790
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ jobs:
- name: Run Tests
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic

- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 13c8790

Please # to comment.