1, migrate from travis CI to github actions;
2, migrate from coveralls to codecov.
This commit is contained in:
debugtalk
2019-12-13 23:28:21 +08:00
parent b51187c9a6
commit 534f85120c
8 changed files with 21 additions and 40 deletions

View File

@@ -3,7 +3,7 @@ name: integration_test
on: [push]
jobs:
build:
integration_test:
runs-on: ubuntu-latest
strategy:
@@ -22,7 +22,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry --version
poetry install -vvv
poetry install -vv
- name: Test package installation
run: |
poetry build