Skip to content

Commit 099bbe3

Browse files
committed
miss
1 parent dc6ac4c commit 099bbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ steps:
4545
- coverage combine
4646
- coverage report
4747
# see: https://docs.codecov.io/docs/merging-reports
48-
- codecov --token $CODECOV_TOKEN --flags=gpu,pytest --name="GPU-coverage" --env=linux --build $DRONE_BUILD_NUMBER --commit $DRONE_COMMIT
48+
- codecov --token $CODECOV_TOKEN --flags=gpu,pytest --name="GPU-coverage" --build $DRONE_BUILD_NUMBER --commit $DRONE_COMMIT
4949
# --build $DRONE_BUILD_NUMBER --branch $DRONE_BRANCH --commit $DRONE_COMMIT --tag $DRONE_TAG --pr $DRONE_PULL_REQUEST
5050
# - codecov --token $CODECOV_TOKEN --flags=gpu,pytest --build $DRONE_BUILD_NUMBER
5151
- python tests/collect_env_details.py

0 commit comments

Comments
 (0)