Skip to content

Commit

Permalink
adds debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed May 31, 2024
1 parent 1a8b151 commit 51f026c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ jobs:
# curl -L https://coveralls.io/coveralls-linux.tar.gz | tar -xz -C /usr/local/bin
# ls
# coveralls report cat-gateway.coverage-report.info

- run: |
cat cat-gateway.coverage-report.info
- name: Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 51f026c

Please sign in to comment.