Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Herb committed Jul 26, 2024
1 parent 6db492e commit 61a19b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r configs/requirements.txt
pip install coverage pytest
- name: Run tests with coverage
run: |
python -m pip install coverage
coverage run -m pytest
coverage xml
- name: Upload coverage to Coveralls
env:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
<<<<<<< HEAD
uses: actions/deploy-pages@v4
=======
uses: actions/deploy-pages@v4
>>>>>>> 1353725c09ddfdec82ffd26d7c7c3c6ff81335e4

0 comments on commit 61a19b6

Please sign in to comment.