Skip to content

Commit

Permalink
Merge pull request #314 from adorsys/develop
Browse files Browse the repository at this point in the history
Adding -PIT profile to improve test coverage
francis-pouatcha authored Apr 17, 2024
2 parents 2f3f246 + a4ba338 commit 5cbd170
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
key: docker-${{ runner.os }}

- name: Step 4 - Build & Test
run: mvn clean verify -ntp
run: mvn clean verify -ntp -PIT

- name: Step 5 - Upload coverage unittests reports to Codecov
uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/push-develop.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
key: docker-${{ runner.os }}

- name: Step 4 - Build & Test
run: mvn clean verify -ntp
run: mvn clean verify -ntp -PIT

- name: Step 5 - Deploy Snapshot
run: ./scripts/mvn_deploy.sh

0 comments on commit 5cbd170

Please sign in to comment.