Skip to content

Commit

Permalink
Disable codecov - service unavailable (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcwarren authored May 3, 2024
1 parent ffdc1f5 commit c6c6ae0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Build and Test
run: |
mvn -B -P tests -Dmaven.javadoc.skip=true install jacoco:report --file pom.xml
bash <(curl -s https://codecov.io/bash)
# temporarily disabled as codecov not available
# bash <(curl -s https://codecov.io/bash)
env:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit c6c6ae0

Please sign in to comment.