瀏覽代碼

ci: remove useless Unit tests step

Unit tests are already run by the Code coverage step (renamed to Unit
tests)
tags/v0.5.0
Jérôme Deuchnord 5 年之前
父節點
當前提交
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 }}


Loading…
取消
儲存