Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use custom code coverage checker #259

Merged
merged 2 commits into from
Jun 25, 2024
Merged

Conversation

kevincarrogan
Copy link
Contributor

@kevincarrogan kevincarrogan commented Jun 24, 2024

This removes us using the external codecov tool, which for some reason was no longer working as expected, with the same toolset that we use on our other repos.

@kevincarrogan kevincarrogan marked this pull request as draft June 24, 2024 10:15
@kevincarrogan kevincarrogan force-pushed the LTD-5134-code-coverage branch 4 times, most recently from 65fcc5f to d93eb8b Compare June 24, 2024 10:37
@kevincarrogan kevincarrogan force-pushed the LTD-5134-code-coverage branch 5 times, most recently from cb73990 to e07fbeb Compare June 24, 2024 14:09
@kevincarrogan kevincarrogan changed the title Remove external codecov ci steps Use custom code coverage checker Jun 24, 2024
@kevincarrogan kevincarrogan marked this pull request as ready for review June 24, 2024 14:13
check_coverage:
working_directory: ~/lite-hmrc
docker:
- image: cimg/python:3.8.17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a reason this has to be 3.8.17? I notice the other python images in the file and the python version in the Pipfile are at 3.8.18

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy and paste issue. Will update.

@kevincarrogan kevincarrogan force-pushed the LTD-5134-code-coverage branch from e07fbeb to 75312b0 Compare June 25, 2024 10:38
@kevincarrogan kevincarrogan merged commit 3f5260d into master Jun 25, 2024
6 checks passed
@kevincarrogan kevincarrogan deleted the LTD-5134-code-coverage branch June 25, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants