Skip to content

Commit

Permalink
Update run-unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Heerpa authored Apr 26, 2024
1 parent 67a440b commit 963ab0d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/run-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,16 @@ jobs:
$key, $TEST_CONFLUENCE_PAGE = $envFileContent[3] -split '=', 2
python -m coverage report
- name: Coveralls
uses: coverallsapp/github-action@v2
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Coveralls
# uses: coverallsapp/github-action@v2
# env:
# github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Report Coveralls
run: |
Invoke-WebRequest -Uri https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-windows.zip -OutFile coveralls-windows.zip
Expand-Archive -Path '.\coveralls-windows.zip' -DestinationPath '.\' -Force
dir
.\coveralls.exe
env:
# - name: Report Coveralls
# run: |
# Invoke-WebRequest -Uri https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-windows.zip -OutFile coveralls-windows.zip
# Expand-Archive -Path '.\coveralls-windows.zip' -DestinationPath '.\' -Force
# dir
# .\coveralls.exe
# env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 963ab0d

Please sign in to comment.