Skip to content

Commit

Permalink
Merge pull request #19 from fga-eps-mds/hotfix/coverage-report
Browse files Browse the repository at this point in the history
fix: coverage report added in workflow
  • Loading branch information
VictorAmaralC authored Dec 7, 2023
2 parents 7ea24a1 + ca81f0c commit 4d3e89e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
HOST: "0.0.0.0"
DB_HOST: localhost
- name: Generate Sonar-metrics
run: poetry run coverage xml -o coverage.xml
run: coverage report
6 changes: 3 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ sonar.organization=fga-eps-mds-1

sonar.language=python

sonar.sources=.
sonar.tests=./gestao/tests
sonar.python.version=3
sonar.sources=gestao
sonar.tests=gestao/tests
sonar.python.version=3.11.4
sonar.dynamicAnalysis=reuseReports
sonar.sources.exclusions= \
**/__init__.py \
Expand Down

0 comments on commit 4d3e89e

Please sign in to comment.