stac-utils / stac-utils/pgstac
Continuous integration should run tests more often
Nobody has claimed this yet.
- Dominant language
- PLpgSQL
- Stars
- 223
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
Tests are run in CI if changes are detected and if both the pg and pyrust docker images are built:
But these images are only built if there are changes made to the docker directory:
even though the image also depends on some files in the src/ directory.
This means that any changes to the src/ directory will not be tested in the CI pipeline
Contributor guide
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
Inspect .github/workflows/continuous-integration.yml, especially the path filters around lines 28-35 and the test conditions around lines 101-103. Check how the pg and pyrust images depend on docker/ and src/, then verify that a src/ change causes the relevant CI tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions, postgresql
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100