Skip to content

Commit

Permalink
disable cloverage cmd main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbase12 authored Aug 18, 2023
1 parent 6ae1fce commit e9a731b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
echo "::set-output name=version::$VERSION"
id: project_version

- name: run cloverage
working-directory: code
run: |
export JAVA_OPTS="-Xms6g -Xmx6g"
export ES_JAVA_OPTS="-Xms6g -Xmx6g"
lein cloverage --codecov
# - name: run cloverage
# working-directory: code
# run: |
# export JAVA_OPTS="-Xms6g -Xmx6g"
# export ES_JAVA_OPTS="-Xms6g -Xmx6g"
# lein cloverage --codecov

- name: Setup Sonar Scanner
uses: warchant/setup-sonar-scanner@v3
Expand Down

0 comments on commit e9a731b

Please sign in to comment.