Skip to content

Fix coverage job to run tests on all folders and subfolders.

Marcos Huck requested to merge hotfix/wrong_coverage into develop

Related tasks

  • None

Context

We were running the coverage job using go test only in the root folder of the project.

Change

This MR changes the coverage job to run the go test command in all folders and subfolders.

Other information

Additional documentation

Merge request reports