Skip to content

Commit

Permalink
rm run coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed May 20, 2021
1 parent 61bc1d7 commit 34206b9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/qiita-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,12 @@ jobs:
sleep 10
if [[ "$COVER_PACKAGE" != *"qiita_db"* ]]; then test_data_studies/commands.sh; all-qiita-cron-job; fi
- name: Run coveralls
shell: bash -l {0}
env:
COVER_PACKAGE: ${{ matrix.cover_package }}
run: |
conda activate qiita
coverage report
- name: Submit coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
github-token: ${{ secrets.github_token }}
flag-name: "${{ matrix.cover_package }}"
parallel: true

coveralls_finish:
needs: main
Expand Down

0 comments on commit 34206b9

Please sign in to comment.