Skip to content

Commit

Permalink
Add or restore 'Report to Coveralls' to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
moseshll committed Feb 23, 2024
1 parent fd7f9ca commit b3b5543
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
run: docker compose --file docker-compose.test.yml run sut
env:
GITHUB_TOKEN: ${{ secrets.github_token }}

- name: Report to Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.github_token }}

0 comments on commit b3b5543

Please sign in to comment.