Skip to content

Commit

Permalink
chore: remove coveralls integration for now
Browse files Browse the repository at this point in the history
  • Loading branch information
deowk committed May 3, 2024
1 parent 59bec1f commit bef449d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
GHR_PATH: xyz.balzaclang.balzac.web/target/balzac.war
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish coverage metrics to Coveralls.io
run: mvn -B -f xyz.balzaclang.balzac.lib/ jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_REPO_TOKEN }}
# - name: Publish coverage metrics to Coveralls.io
# run: mvn -B -f xyz.balzaclang.balzac.lib/ jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_REPO_TOKEN }}

docker-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bef449d

Please sign in to comment.