Skip to content

Commit a969120

Browse files
Add venv activate to coverage runs.
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 1c1825a commit a969120

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package_tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9494
run: |
9595
set -eux
96+
source ~/venvs/multipy/bin/activate
9697
coverage report -m
9798
coverage xml
98-
9999
codecov
100+
deactivate

0 commit comments

Comments
 (0)