Skip to content

Commit

Permalink
chore: disable codecov for temporary reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Aug 19, 2023
1 parent 923724b commit c1a8c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Test
run: go test ./... -v -race -coverprofile=coverage.txt -covermode=atomic

- name: Upload coverage
run: bash <(curl -s https://codecov.io/bash)
#- name: Upload coverage
# run: bash <(curl -s https://codecov.io/bash)

0 comments on commit c1a8c05

Please sign in to comment.