diff --git a/.github/workflows/buildReporting.yml b/.github/workflows/buildReporting.yml index 53b38805..ccc13448 100644 --- a/.github/workflows/buildReporting.yml +++ b/.github/workflows/buildReporting.yml @@ -26,6 +26,6 @@ jobs: - uses: codecov/codecov-action@v1 with: flags: unittests # optional - name: codecov-umbrella # optional - fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false) + name: SEB Server Build # optional + fail_ci_if_error: false # optional (default = false) + verbose: false # optional (default = false) diff --git a/README.rst b/README.rst index d4760ae7..22d7da35 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,7 @@ Master: -.. image:: https://github.com/SafeExamBrowser/seb-server/actions/workflows/buildReporting_Java11.yml/badge.svg?branch=master +.. image:: https://github.com/SafeExamBrowser/seb-server/actions/workflows/buildReporting.yml/badge.svg?branch=master :target: https://github.com/SafeExamBrowser/seb-server/actions - :alt: build .. image:: https://readthedocs.org/projects/seb-server/badge/?version=latest :target: https://seb-server.readthedocs.io/en/latest/?badge=latest .. image:: https://codecov.io/gh/SafeExamBrowser/seb-server/branch/master/graph/badge.svg