Skip to content

Commit

Permalink
.github/workflows/main.yml: Fix coverage upload to Coveralls
Browse files Browse the repository at this point in the history
Signed-off-by: Bernhard Kaindl <[email protected]>
  • Loading branch information
bernhardkaindl committed May 12, 2024
1 parent 4b5b321 commit b3d5caf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,6 @@ jobs:
env:
COVERALLS_FLAG_NAME: ${{ format('python{0}', steps.python.outputs.python-version ) }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pip install coveralls && coveralls --service=github && coveralls --finish
run: >
mv $( ls -t .github/workflows/.tox/*/log/.coverage | head -1 ) . &&
pip install coveralls && coveralls --service=github

0 comments on commit b3d5caf

Please sign in to comment.