From 2a8461616e271f86e7d6d0e0ed25a58887607bd0 Mon Sep 17 00:00:00 2001 From: Italo Sampaio Date: Mon, 25 Nov 2024 10:14:17 -0300 Subject: [PATCH] Quick test - do not merge --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8a688477..021033e7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,7 +2,7 @@ name: "Code coverage" on: push: - branches: [ "master" ] + branches: [ "master", "fix/coverage" ] jobs: coverage: