Skip to content

Commit

Permalink
Adding code coverage comment in the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachinbisht27 committed Sep 13, 2023
1 parent 8e43206 commit dd6ba43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ jobs:
vendor/bin/phpunit --coverage-clover coverage.xml
- name: Print Coverage report
run: |
coverage.xml --cov > coverage.txt
cat coverage.txt
run: cat coverage.xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit dd6ba43

Please sign in to comment.