Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metadata #207

Merged
merged 14 commits into from
Dec 11, 2023
Prev Previous commit
Next Next commit
revert coveralls action
  • Loading branch information
trevorb1 committed Dec 8, 2023
commit 77e269d99d5e0b8e4b97d827623c513e00274a77
9 changes: 5 additions & 4 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: |
tox
- name: Upload coverage data to converalls.io
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
debug: True
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install --upgrade coveralls
coveralls --service=github