Skip to content

Commit

Permalink
Merge pull request #9979 from wso2/codecov
Browse files Browse the repository at this point in the history
Add Codecov
  • Loading branch information
mushiR33 authored Feb 19, 2021
2 parents fdadd23 + 67d92eb commit 9229a86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Build carbon-apimgt with Test.
- name: Build product-apim with Test.
run: mvn clean install --file pom.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.2.1
with:
flags: integration_tests

0 comments on commit 9229a86

Please sign in to comment.