remove code cov

This commit is contained in:
anhefti 2024-04-04 08:12:27 +02:00
parent 845e29ed17
commit 3cdff1b4ac
2 changed files with 0 additions and 25 deletions

View file

@ -50,16 +50,6 @@ jobs:
run: mvn clean install -e -P let_reporting -Dsebserver-version="${{ env.TAG_NAME }}-${{ env.SHA }}"
env:
sebserver-version: ${{ env.TAG_NAME }}-${{ env.SHA }}
-
name: Reporting
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
flags: unittests
name: SEB Server Build
fail_ci_if_error: false
verbose: false
- name: Simplify package name
run: mv target/seb-server-${{ env.TAG_NAME }}-${{ env.SHA }}.jar target/seb-server.jar

View file

@ -1,15 +0,0 @@
coverage:
precision: 2
round: down
range: "30..70"
status:
project:
default:
threshold: 5%
patch: off
github_checks:
annotations: false
fixes:
-"::seb-server/"