Skip to content

Commit 77e350b

Browse files
Re-enable Python code coverage (#2290)
Contributes to: rapidsai/build-infra#367 We've finally found a `CODECOV_TOKEN` secret value and added it as a repo-scoped secret. Let's turn code coverage back on for Python tests. Authors: - Joséphine Wolf Oberholtzer (https://github.com/josephine-wolf-oberholtzer) Approvers: - James Lamb (https://github.com/jameslamb) URL: #2290
1 parent 5e619bb commit 77e350b

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ jobs:
452452
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_conda
453453
with:
454454
build_type: pull-request
455-
run_codecov: false
456455
script: ci/test_python.sh
457456
rocky8-clib-standalone-build-matrix:
458457
needs: checks

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
build_type: ${{ inputs.build_type }}
6969
branch: ${{ inputs.branch }}
7070
date: ${{ inputs.date }}
71-
run_codecov: false
7271
script: ci/test_python.sh
7372
sha: ${{ inputs.sha }}
7473
conda-java-tests:

0 commit comments

Comments
 (0)