Skip to content

Commit

Permalink
Migrate to Github Actions audreyfeldroy#707
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancisBilla committed Apr 6, 2024
1 parent cfda64a commit bc7d1b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 59 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install coverage
if [ -f requirements.txt ]; then pip install -r requirements_dev.txt; fi
- name: Run Tests and generate coverage report
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; else pip install . fi
- name: Run Tests
run: |
coverage run -m pytest
- name: Archive code coverage html report
uses: actions/upload-artifact@v2
with:
name: code-coverage-report
path: src/htmlcov
pytest tests/
- name: Run package creation
run: |
python -m pip install --user --upgrade build
Expand Down
51 changes: 0 additions & 51 deletions appveyor.yml

This file was deleted.

0 comments on commit bc7d1b7

Please sign in to comment.