File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- # https://docs.codecov.io/docs/commit-status
21codecov :
32 notify :
4- require_ci_to_pass : yes
3+ wait_for_ci : true
4+ require_ci_to_pass : yes
55
66coverage :
77 status :
@@ -10,7 +10,7 @@ coverage:
1010 # basic
1111 target : 0%
1212 threshold : 0%
13- base : 0%
13+ base : auto
1414 # advanced
1515 branches : null
1616 if_no_uploads : error
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ set -e
34set -o pipefail
45
6+ # Validate the configurations.
7+ curl --data-binary @codecov.yml https://codecov.io/validate
8+
59DIR=" ${1} "
6- cd ${DIR}
10+ cd " ${DIR} " || exit
11+
712dart pub global activate coverage
813dart run coverage:test_with_coverage --port=9292
914format_coverage --lcov --in=coverage --out=coverage.lcov --report-on=lib
10-
You canβt perform that action at this time.
0 commit comments