Skip to content

Commit

Permalink
Merge pull request #135 from jazzband/ci/devcontainers
Browse files Browse the repository at this point in the history
ci: adds devcontainer
  • Loading branch information
eigenmannmartin authored Sep 9, 2024
2 parents 4f61809 + 04ce161 commit b7436a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"image": "mcr.microsoft.com/devcontainers/base:focal",
"features": {
"ghcr.io/devcontainers/features/python:1": {
"version": "3.12",
"toolsToInstall": "poetry, pre-commit"
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
poetry run coverage run test.py
poetry run coverage xml
- name: 'Upload coverage to Codecov'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false

0 comments on commit b7436a1

Please sign in to comment.