maxep hace 6 años
padre
commit
10deb9559d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/actions/spm-lcov-action/cov.sh

+ 1 - 1
.github/actions/spm-lcov-action/cov.sh

@@ -10,7 +10,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
     COV_BIN="${COV_BIN}/Contents/MacOS/$f"
     COV_BIN="${COV_BIN}/Contents/MacOS/$f"
     PATH="/usr/local/opt/llvm/bin:$PATH"​
     PATH="/usr/local/opt/llvm/bin:$PATH"​
 fi
 fi
-
+
 llvm-cov report \
 llvm-cov report \
     "${COV_BIN}" \
     "${COV_BIN}" \
     -instr-profile=.build/debug/codecov/default.profdata \
     -instr-profile=.build/debug/codecov/default.profdata \