Skip to content

Commit 27a163a

Browse files
authored
Merge pull request #417 from nschloe/modernize
submit coverage with gh-actions
2 parents 5990477 + d1427a2 commit 27a163a

File tree

4 files changed

+6
-47
lines changed

4 files changed

+6
-47
lines changed

.circleci/config.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
comment: no

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
steps:
2828
- uses: actions/setup-python@v1
2929
with:
30-
python-version: "3.x"
30+
python-version: ${{ matrix.python-version }}
3131
- uses: actions/checkout@v2
32-
- name: Install dependencies
32+
- name: Install system dependencies
3333
run: sudo apt-get install -y texlive-latex-base texlive-latex-extra context python3-tk
3434
- name: Extract tests from README
3535
run: |
@@ -39,5 +39,6 @@ jobs:
3939
run: |
4040
pip install tox
4141
tox
42-
# - name: Submit to codecov
43-
# run: bash <(curl -s https://codecov.io/bash)
42+
- name: Submit to codecov
43+
if: ${{ matrix.python-version == '3.8' }}
44+
run: bash <(curl -s https://codecov.io/bash)

codecov.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)