From 2358013b06515978eb26afa374e4acc4cf6de331 Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Sun, 12 Dec 2021 21:51:21 +0100 Subject: [PATCH] Remove inaccurate info from CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 411c3a8a6..048ef249f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -35,8 +35,6 @@ After releasing: The build pipeline triggers when a commit is pushed to a branch or pull request. -All tests are run and an aggregated code coverage report is created. After that, a SonarQube analysis is run. - ### Release The release pipeline triggers when a tag is pushed. This will run all the steps that our build pipeline does.