remove code cov
This commit is contained in:
parent
845e29ed17
commit
3cdff1b4ac
2 changed files with 0 additions and 25 deletions
10
.github/workflows/buildReporting.yml
vendored
10
.github/workflows/buildReporting.yml
vendored
|
@ -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
|
||||
|
|
15
codecov.yml
15
codecov.yml
|
@ -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/"
|
Loading…
Reference in a new issue