diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index e817d2f1db..31070d0629 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -5,40 +5,6 @@ on: push: branches: [main] pull_request: - workflow_call: - secrets: - NEW_RELIC_ACCOUNT_ID: - required: true - NEW_RELIC_SUBACCOUNT_ID: - required: true - NEW_RELIC_ADMIN_API_KEY: - required: true - NEW_RELIC_API_KEY: - required: true - NEW_RELIC_LICENSE_KEY: - required: true - NEW_RELIC_REGION: - required: true - NEW_RELIC_INSIGHTS_INSERT_KEY: - required: true - NR_ACC_TESTING: - required: true - INTEGRATION_TESTING_AWS_ARN: - required: true - INTEGRATION_TESTING_GCP_ACCOUNT_NAME: - required: true - INTEGRATION_TESTING_GCP_PROJECT_ID: - required: true - INTEGRATION_TESTING_GCP_INTEGRATIONS_PROJECT_ID: - required: true - INTEGRATION_TESTING_AZURE_APPLICATION_ID: - required: true - INTEGRATION_TESTING_AZURE_CLIENT_SECRET_ID: - required: true - INTEGRATION_TESTING_AZURE_SUBSCRIPTION_ID: - required: true - INTEGRATION_TESTING_AZURE_TENANT_ID: - required: true jobs: test-integration: @@ -84,3 +50,8 @@ jobs: INTEGRATION_TESTING_AZURE_CLIENT_SECRET_ID: ${{ secrets.INTEGRATION_TESTING_AZURE_CLIENT_SECRET_ID }} INTEGRATION_TESTING_AZURE_SUBSCRIPTION_ID: ${{ secrets.INTEGRATION_TESTING_AZURE_SUBSCRIPTION_ID }} INTEGRATION_TESTING_AZURE_TENANT_ID: ${{ secrets.INTEGRATION_TESTING_AZURE_TENANT_ID }} + + - name: Report test coverage via Codecov + uses: codecov/codecov-action@v4 + with: + files: ./coverage/coverage.out