소스 검색

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
No known key found for this signature in database 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 }}


불러오는 중...
취소
저장