Skip to content

Commit 135c506

Browse files
committed
trying indentation
1 parent 03c911d commit 135c506

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ jobs:
1919
pip install -e .[advanced,dev] coveralls
2020
2121
cat << EOF > .coveragerc
22-
[run]
23-
concurrency = multiprocessing
24-
parallel = true
25-
source = pynumdiff
26-
omit =
27-
pynumdiff/_version.py
28-
pynumdiff/tests/*
29-
pynumdiff/utils/old_pi_cruise_control.py
22+
[run]
23+
concurrency = multiprocessing
24+
parallel = true
25+
source = pynumdiff
26+
omit =
27+
pynumdiff/_version.py
28+
pynumdiff/tests/*
29+
pynumdiff/utils/old_pi_cruise_control.py
3030
31-
[xml]
32-
output = coverage.xml
33-
relative_paths = true
34-
EOF
31+
[xml]
32+
output = coverage.xml
33+
relative_paths = true
34+
EOF
3535
export COVERAGE_PROCESS_START=.coveragerc
3636
3737
coverage run -m pytest -s

0 commit comments

Comments
 (0)