Skip to content

Commit

Permalink
👷 link testspace to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Jan 17, 2025
1 parent 0474936 commit 0b0ce90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
- name: Run unit tests
run: npm run coverage

- name: Push result to Testspace server
run: testspace ./coverage/junit.xml
if: always()

- name: Upload coverage report or add comment
uses: coverallsapp/github-action@v2
if: always()

- name: Push result to Testspace server
run: testspace ./coverage/junit.xml --link=coveralls
if: always()

0 comments on commit 0b0ce90

Please sign in to comment.