diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 1792f01..56d5770 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a8f44a..ee2c6e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index ee51d95..3e97af7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" license = "Apache-2.0" diff --git a/sonar-project.properties b/sonar-project.properties index ce41eea..161b3ae 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,5 @@ -sonar.projectKey=jmertic_landscape-tools +sonar.projectKey=jmertic_lfx-landscape-tool sonar.organization=jmertic -sonar.projectName=landscape-tools +sonar.projectName=lfx-landscape-tool sonar.projectVersion=1.0 -sonar.sources=landscape_tools sonar.python.coverage.reportPaths=coverage.xml