There was an error while loading. Please reload this page.
1 parent b118cdc commit 639e783Copy full SHA for 639e783
.github/workflows/ci.yml
@@ -17,7 +17,6 @@ jobs:
17
run: chmod +x app/codecov_wrapper.sh
18
- name: run tests by bazel and generate coverage
19
run: |
20
- virtualenv venv
21
- . venv/bin/activate && python -m pip install --upgrade pip
+ python -m pip install --upgrade pip
22
bazel coverage --run_under //app:codecov_wrapper.sh //app:test_calculator --test_output=all
23
0 commit comments