Skip to content

Commit

Permalink
[Issue #347] updated with cobertura coverage report and push to codac…
Browse files Browse the repository at this point in the history
…y, updated LICENSE File
  • Loading branch information
ria-htkw committed Mar 31, 2024
1 parent f3804d7 commit f15be69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Run Tests in Docker
run: |
docker-compose run --service-ports web coverage run -m pytest --cov=koalixcrm --cov-branch --cov-report xml:reports/coverage.xml --cov-report term
docker-compose run --service-ports web coverage run -m pytest --cov=koalixcrm --cov-branch --cov-report xml:test_report/coverage.xml --cov-report term
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r test_report/coverage.xml
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2009-2018, Aaron Riedener, Untereggen, Switzerland
Copyright (c) 2009-2024, Aaron Riedener, Untereggen, Switzerland
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit f15be69

Please sign in to comment.