Skip to content

Commit

Permalink
Merge pull request #417 from nschloe/modernize
Browse files Browse the repository at this point in the history
submit coverage with gh-actions
  • Loading branch information
nschloe committed Jul 3, 2020
2 parents 5990477 + d1427a2 commit 27a163a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 47 deletions.
36 changes: 0 additions & 36 deletions .circleci/config.yml

This file was deleted.

1 change: 1 addition & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
comment: no
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
steps:
- uses: actions/setup-python@v1
with:
python-version: "3.x"
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v2
- name: Install dependencies
- name: Install system dependencies
run: sudo apt-get install -y texlive-latex-base texlive-latex-extra context python3-tk
- name: Extract tests from README
run: |
Expand All @@ -39,5 +39,6 @@ jobs:
run: |
pip install tox
tox
# - name: Submit to codecov
# run: bash <(curl -s https://codecov.io/bash)
- name: Submit to codecov
if: ${{ matrix.python-version == '3.8' }}
run: bash <(curl -s https://codecov.io/bash)
7 changes: 0 additions & 7 deletions codecov.yml

This file was deleted.

0 comments on commit 27a163a

Please sign in to comment.