need to figure out better place for this

pull/24414/head
Shane Smiskol 3 years ago
parent df04079f08
commit 1736b989c2
  1. 1
      .github/workflows/selfdrive_tests.yaml

@ -320,6 +320,7 @@ jobs:
if: ${{ failure() }}
run: |
${{ env.RUN }} "scons -j$(nproc) && \
pip install azure && \
FILEREADER_CACHE=1 CI=1 python selfdrive/test/process_replay/update_refs.py --only-upload"
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v2

Loading…
Cancel
Save