From d9db9fd6421b9454132f391fff197645b3a1eb95 Mon Sep 17 00:00:00 2001 From: Pauline Ribeyre <4224001+paulineribeyre@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:52:04 -0600 Subject: [PATCH] Enable coveralls --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1311398..3e0a76e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: test-script: 'bin/test.sh' python-version: '3.9' use-cache: true - # run-coveralls: true # TODO enable once the repo is public + run-coveralls: true # # this creates linter settings and uploads to an artifact so the configs can be pulled and used across jobs # LintConfig: