Skip to content

Commit

Permalink
Testing coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Sep 28, 2023
1 parent 41666a7 commit e9b7049
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ jobs:
uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@master
with:
python-version: '3.9'
Coveralls:
name: Publish to coveralls.io
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ github.token }}
3 changes: 3 additions & 0 deletions tests/ci_commands_script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

poetry run pytest -vv --cov=indexd --cov-report xml tests

0 comments on commit e9b7049

Please sign in to comment.