Skip to content

Commit 704594e

Browse files
authored
Fix CodeCov upload job (#17747)
1 parent 193dc75 commit 704594e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-target.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,6 @@ jobs:
270270
if: inputs.standard && !github.event.repository.private && always()
271271
uses: codecov/codecov-action@v4
272272
with:
273+
token: ${{ secrets.CODECOV_TOKEN }}
273274
files: "${{ inputs.target }}/coverage.xml"
274275
flags: "${{ inputs.target }}"

rabbitmq/datadog_checks/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
44
__path__ = __import__('pkgutil').extend_path(__path__, __name__) # type: ignore
5+
# TODO: remove

0 commit comments

Comments
 (0)