mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-28 17:26:04 +01:00
Produce coverage
This commit is contained in:
4
.github/workflows/integration_tests.yaml
vendored
4
.github/workflows/integration_tests.yaml
vendored
@@ -41,8 +41,8 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Run tests
|
||||
run: go test -p 1 -v -cover -coverpkg=./... ./...
|
||||
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
|
||||
uses: codecov/codecov-action@v3
|
||||
|
||||
Reference in New Issue
Block a user