Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/github/codeql-acti…
Browse files Browse the repository at this point in the history
…on-3.26.0
  • Loading branch information
jmertic authored Aug 10, 2024
2 parents b445263 + efbc636 commit 269250a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 'Dependency Review'
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: abatilo/actions-poetry@v2
- name: Run tests
run: |
poetry install --with test
poetry run coverage run --branch tests.py -b
poetry run coverage xml
- name: Save debug.log file
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "landscape-tools"
name = "lfx-landscape-tools"
version = "1.0.0"
description = "Collection of tools for automating the data management of a landscape"
description = "Collection of tools for automating the data management of a landscape from LFX"
authors = ["John Mertic <[email protected]>"]
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ sonar.organization=jmertic
sonar.projectName=lfx-landscape-tools
sonar.projectVersion=1.0
sonar.sources=landscape_tools
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.coverage.reportPaths=coverage.xml

0 comments on commit 269250a

Please sign in to comment.