Skip to content

Commit

Permalink
Upload coverage data for MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetown committed Mar 4, 2024
1 parent 5d5eb5e commit a0a81d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ jobs:
case "${{ matrix.os }}/${{ matrix.gcc }}/${{ matrix.python-version }}" in
ubuntu-22.04/gcc-11/3.11) USE_COVERAGE=true ;;
windows-2019/gcc-8/3.8) USE_COVERAGE=true ;;
macos-12/gcc-11/3.9) USE_COVERAGE=true ;;
macos-12/gcc-13/3.11) USE_COVERAGE=true ;;
macos-12/gcc/3.8) USE_COVERAGE=true ;;
*) USE_COVERAGE=false ;;
esac
echo "USE_COVERAGE=$USE_COVERAGE" >> $GITHUB_ENV
Expand Down

0 comments on commit a0a81d0

Please sign in to comment.