pull/1178/head
gaotongxiao 2022-05-18 21:52:40 +08:00
parent f29853d9cd
commit b28d0d99d6
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
readarray -t IGNORED_FILES < $( dirname "$0" )/covignore.cfg
REUSE_COVERAGE_REPORT=${REUSE_COVERAGE_REPORT:-0}