Skip to content

Commit

Permalink
code coverage update
Browse files Browse the repository at this point in the history
  • Loading branch information
gajendravaradhan committed Oct 23, 2022
1 parent 894c5a2 commit 59ed7a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
paths:
- '/src/**'
- 'pom.xml'
- '.github/**'
- '.github/**'
jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -46,8 +46,9 @@ jobs:
run: |
echo version=v$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout | awk '{print $1}') >> $GITHUB_ENV
echo version_title=Release v$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout | awk '{print $1}') >> $GITHUB_ENV
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -DLICENSE_TOKEN=${{ secrets.TOOL_LICENSE }} -Dtoken=${{ secrets.ACCESS_TOKEN }}
run: mvn deploy -Dregistry=https://maven.pkg.github.com/ey-advisory-technology-testing -DLICENSE_TOKEN=${{ secrets.TOOL_LICENSE }} -Dtoken=${{ secrets.ACCESS_TOKEN }}

- name: Release Activities
uses: "marvinpinto/action-automatic-releases@latest"
Expand All @@ -57,5 +58,4 @@ jobs:
prerelease: false
title: "${{ env.version_title }}"
files: |
README.md
**/*.jar
README.md
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<limit>
<counter>COMPLEXITY</counter>
<value>COVEREDRATIO</value>
<minimum>0.80</minimum>
<minimum>0.70</minimum>
</limit>
</limits>
</rule>
Expand Down

0 comments on commit 59ed7a1

Please sign in to comment.