Skip to content

Commit

Permalink
adding coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
viennaa committed Feb 27, 2024
1 parent ac70c65 commit 1814f5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install coveralls
run: |
pip install coveralls
- name: vrops-test
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down

0 comments on commit 1814f5d

Please sign in to comment.