Skip to content

Commit

Permalink
coverallys 2nd route
Browse files Browse the repository at this point in the history
  • Loading branch information
Heerpa committed Mar 27, 2024
1 parent c9f6fe8 commit 192c4ae
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,10 @@ jobs:
$key, $TEST_CONFLUENCE_PAGE = $envFileContent[3] -split '=', 2
python -m coverage report
- name: Coveralls
uses: coverallsapp/github-action@v2
# - name: Coveralls
# uses: coverallsapp/github-action@v2

- name: Report Coveralls
run: curl -sL https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-windows.zip | zcat > ./coveralls.exe && ./coveralls.exe
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 192c4ae

Please sign in to comment.