Skip to content

Commit

Permalink
chore: test run
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Jul 15, 2024
1 parent 3c4aace commit ddeba98
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,23 +93,12 @@ jobs:
if-no-files-found: error
retention-days: 1

# - name: Collect and upload test coverage
# uses: actions/upload-artifact@v4
## if: always()
# with:
# name: coverage-reports
# path: 'catalyst-gateway/cat-gateway.coverage.info'
# if-no-files-found: error
# retention-days: 1

- run: ls catalyst-gateway/tests/api_tests/

- name: Collect and upload test coverage
uses: actions/upload-artifact@v4
if: always()
with:
name: coverage-reports
path: '/catalyst-gateway/tests/api_tests/api-tests.coverage.info'
path: 'catalyst-gateway/cat-gateway.coverage.info'
if-no-files-found: error
retention-days: 1

Expand Down Expand Up @@ -177,13 +166,13 @@ jobs:
# ls
# coveralls report cat-gateway.coverage.info
- run: |
cat api-tests.coverage.info
cat cat-gateway.coverage.info
- run: |
ls
- name: Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: coverallsapp/github-action@v2
with:
file: "api-tests.coverage.info"
file: "cat-gateway.coverage.info"
allow-empty: true

0 comments on commit ddeba98

Please sign in to comment.