pytest-dev / pytest-dev/pytest-html
Fix Codecov
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 779
- Forks
- 260
- PR merge metrics
- No merged PRs in 30d
Description
There's at least two things to address.
- Disable codecov on Nightly builds and to only run on a subset of tests. Example here
- Upgrade Codecov action to v2, v1 is deprecated and will stop working completely.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the GitHub Actions workflow that runs Codecov and compare it with the linked pytest workflow example. Update the workflow so Nightly builds skip Codecov, coverage runs on only the intended test subset, and the Codecov action uses v2; verify the workflow configuration and CI checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd, testing-qa
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100