Skip to content

Commit e94f9f0

Browse files
authored
chore: update test.yml
1 parent 57de2d5 commit e94f9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
tox
4242
4343
- name: Report test-coverage to DeepSource
44+
if: ${{ matrix.python-version == '3.10' }}
4445
run: |
4546
# Install the CLI
4647
curl https://deepsource.io/cli | sh
47-
4848
# Send the report to DeepSource
4949
./bin/deepsource report --analyzer test-coverage --key python --value-file coverage.xml

0 commit comments

Comments
 (0)