Skip to content

Commit

Permalink
remove codecov it is annoying me
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiidb committed Sep 28, 2023
1 parent 7d62fd0 commit feaabb9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,4 @@ jobs:
- name: Run tests
run: go test -p 1 -v -covermode=atomic -coverprofile=coverage.out -cover -coverpkg=./... ./...
env:
RABBITMQ_URI: amqp://root:password@localhost:5672
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
RABBITMQ_URI: amqp://root:password@localhost:5672

0 comments on commit feaabb9

Please sign in to comment.