diff --git a/.github/workflows/tests_coverage.yaml b/.github/workflows/tests_coverage.yaml index 9a9040e..c57965d 100644 --- a/.github/workflows/tests_coverage.yaml +++ b/.github/workflows/tests_coverage.yaml @@ -38,7 +38,7 @@ jobs: - name: Test with pytest & Coveralls run: | pytest --cov=genotype-api/ - coveralls + coveralls --service=github env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}