Skip to content

Commit

Permalink
Check code coverage on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
heshanpadmasiri committed Jul 19, 2023
1 parent 221e03a commit 79b362c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
uses: ballerina-platform/ballerina-action/@nightly
with:
args:
test
test --test-report --code-coverage --coverage-format=xml
env:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
WORKING_DIR: ./gpeople

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

0 comments on commit 79b362c

Please sign in to comment.