Skip to content

Commit

Permalink
add github token and scope tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Dec 17, 2024
1 parent 0455b0d commit 6a62cf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
- name: test with coverage
run: |
pip install coverage coveralls
coverage run -m pytest
coverage run --source=vecs -m pytest
coverage report
- name: upload coverage to coveralls
run: coveralls
env:
coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6a62cf0

Please sign in to comment.