ソースを参照

ci: remove useless Unit tests step

Unit tests are already run by the Code coverage step (renamed to Unit
tests)
tags/v0.5.0
コミット
abbbc48043
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: BC6F3C345B7D33B0
1個のファイルの変更0行の追加3行の削除
  1. +0
    -3
      .github/workflows/pythonapp.yml

+ 0
- 3
.github/workflows/pythonapp.yml ファイルの表示

@@ -17,9 +17,6 @@ jobs:
pip install --upgrade pip pipenv
pipenv sync -d
- name: Unit tests
run: |
pipenv run python -m unittest -v test
- name: Code coverage
run: |
pipenv run python -m coverage run -m unittest test
pipenv run codecov --token=${{ secrets.CODECOV_TOKEN }}


読み込み中…
キャンセル
保存