From aeece274f1b5c52c364bbeaa26ee550bd6c54e86 Mon Sep 17 00:00:00 2001 From: Stefan Kairinos Date: Wed, 17 Apr 2024 17:04:07 +0100 Subject: [PATCH] fix: polish tests (#112) * fix: add test coverage * use xml * rename codecov yaml * add yml path * ignore codeforlife test helpers * reset pipeline * reset pipeline * use updated workflow * polish_test * add todo * Merge branch 'main' into polish_tests * fix: test job --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3de418f..160e9f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,9 +13,11 @@ on: jobs: test: uses: ocadotechnology/codeforlife-workspace/.github/workflows/test-python-code.yaml@main + secrets: inherit with: # Cannot be set with an env var. Value must match in the release job. python-version: 3.8 + codecov-slug: ocadotechnology/codeforlife-package-python release: concurrency: release