Skip to content

Commit

Permalink
venv coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGe committed Sep 10, 2024
1 parent 5c84541 commit 5142ce6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pyoes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- name: Upload coverage to Coveralls
working-directory: ./
run: coveralls
run: |
source venv/bin/activate
coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit 5142ce6

Please sign in to comment.