Skip to content

Commit

Permalink
ci: going gh
Browse files Browse the repository at this point in the history
  • Loading branch information
Gunther Klessinger committed Oct 4, 2023
1 parent 39a5177 commit 668e088
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# You can test your matrix by printing the current Python version
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install Deps
Expand All @@ -29,6 +28,8 @@ jobs:
run: coverage run --include="mdv/markdownviewer.py" setup.py test
- name: Report
run: coverage report
- name: Coverage
run: coveralls
- name: Coveralls
uses: coverallsapp/github-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 668e088

Please sign in to comment.