From cd2e3288d28d23556a81bad76dab0aae2e055ac2 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 1 Jun 2021 12:30:40 +0200 Subject: ci: Fix code coverage reporting for web API This change updates the build workflow to properly report the code coverage reports of the web API to Codecov. --- opendc-web/opendc-web-api/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'opendc-web/opendc-web-api/.gitignore') diff --git a/opendc-web/opendc-web-api/.gitignore b/opendc-web/opendc-web-api/.gitignore index b0390689..9f8dfc5c 100644 --- a/opendc-web/opendc-web-api/.gitignore +++ b/opendc-web/opendc-web-api/.gitignore @@ -15,4 +15,5 @@ config.json test.json .env* .coverage -.junit-report.xml +coverage.xml +junit-report.xml -- cgit v1.2.3