Skip to content

Commit

Permalink
change coverage path to align with TIOBE's recent email.
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Chiang <[email protected]>
  • Loading branch information
douglasdotc committed Sep 19, 2024
1 parent f295da4 commit 2e204d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/checkbox-tics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ jobs:
run: |
pip install -e $PWD/checkbox-ng
pip install -e $PWD/checkbox-support
pip install psutil==5.9.5 opencv_python==4.8.0.76 natsort==8.0.2 libsvm==3.23.0.4 numpy==1.26.4 coverage==7.3.0 pytest
pip install opencv_python==4.8.0.76 natsort==8.0.2 libsvm==3.23.0.4 numpy==1.26.4 coverage==7.3.0 pytest
- name: Run coverage tests
run: |
REPO_DIR="$PWD"
mkdir .coverage/
COVR_DIR="$PWD/coverage"
COVR_DIR="$PWD/.coverage"
# Providers
echo "::group::coverage tests for providers..."
Expand Down

0 comments on commit 2e204d7

Please sign in to comment.