Remove non-standard : anchors

This commit is contained in:
Michael Vines
2018-12-18 17:33:28 -08:00
committed by Grimes
parent b4fe70d3d8
commit 506724fc93
4 changed files with 22 additions and 22 deletions

View File

@ -1,6 +1,5 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
annotate() {
@ -10,11 +9,11 @@ annotate() {
}
ci/affects-files.sh \
.rs: \
ci/test-coverage.sh: \
scripts/coverage.sh: \
.rs$ \
ci/test-coverage.sh \
scripts/coverage.sh \
|| {
annotate --style info --context coverage-info \
annotate --style info --context test-coverage \
"Coverage skipped as no .rs files were modified"
exit 0
}