We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9576369 commit 21951a4Copy full SHA for 21951a4
.github/workflows/pythonpackage.yml
@@ -25,3 +25,11 @@ jobs:
25
- name: Run tests
26
run: |
27
./scripts/test
28
+ - name: Upload coverage to Codecov
29
+ if: runner.os == 'Linux'
30
+ uses: codecov/codecov-action@v1.0.3
31
+ with:
32
+ token: ${{secrets.CODECOV_TOKEN}}
33
+ file: ./coverage.xml
34
+ flags: unittests
35
+ name: codecov-umbrella
README.rst
@@ -5,9 +5,9 @@ Commitizen
5
Python 3 command line utility to standardize commit messages and bump version
6
7
8
-.. image:: https://img.shields.io/travis/Woile/commitizen.svg?style=flat-square
9
- :alt: Travis
10
- :target: https://travis-ci.org/Woile/commitizen
+.. image:: https://github.com/Woile/commitizen/workflows/Python%20package/badge.svg
+ :alt: Github Actions
+ :target: https://github.com/Woile/commitizen/actions
11
12
.. image:: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square
13
:alt: Conventional Commits
scripts/test
@@ -3,6 +3,6 @@ if [ -d 'venv' ] ; then
3
export PREFIX="venv/bin/"
4
fi
-${PREFIX}pytest --cov-report term-missing --cov=commitizen tests/
+${PREFIX}pytest --cov-report term-missing --cov-report=xml:coverage.xml --cov=commitizen tests/
${PREFIX}black commitizen tests --check
${PREFIX}flake8 --max-line-length=88 commitizen/ tests/
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments