Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Jul 12, 2023
1 parent daa794a commit 6f1ff43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
chmod +x gradlew
./gradlew --continue build sonarqube
./gradlew --continue build sonar
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SEER*Utils

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=imsweb_seerutils&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=imsweb_seerutils)
[![integration](https://github.com/imsweb/seerutils/workflows/integration/badge.svg)](https://github.com/imsweb/seerutils/actions)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.imsweb/seerutils/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.imsweb/seerutils)

This project contains a few utility classes for SEER Java projects.
Expand Down

0 comments on commit 6f1ff43

Please sign in to comment.