Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitccdf536

Browse files
committed
improve integration with Codecov
1 parent61ceaf9 commitccdf536

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎Dockerfile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM postgres:${PG_VERSION}-alpine
22

33
ENV PYTHON=python${PYTHON_VERSION}
44
RUN if [ "${PYTHON_VERSION}" = "2" ] ; then \
5-
apk add --no-cache python2 py-virtualenv py-pip; \
5+
apk add --no-cachecurlpython2 py-virtualenv py-pip; \
66
fi
77
RUN if [ "${PYTHON_VERSION}" = "3" ] ; then \
8-
apk add --no-cache python3 py-virtualenv; \
8+
apk add --no-cachecurlpython3 py-virtualenv; \
99
fi
1010
ENV LANG=C.UTF-8
1111

‎run_tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ source env/bin/activate
2020
cd -
2121

2222
# install utilities
23-
$pip install coveragecodecovflake8
23+
$pip install coverage flake8
2424

2525
# install testgres
2626
$pip install.
@@ -35,5 +35,5 @@ coverage run test_simple.py
3535
# show coverage
3636
coverage report
3737

38-
#gather reports
39-
codecov
38+
#send coverage stats to Codecov
39+
bash<(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp