Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Christian thieme test refactoring #50

Open
wants to merge 10 commits into
base: v2.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .github/workflows/basic_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,14 @@ jobs:
python setup.py install
pip install -r requirements.txt
pip install -r requirements_test.txt
- name: Run Migrations
run: |
cd example
python manage.py migrate
- name: Run Tests
run: |
cd example
coverage run manage.py test
coverage run runtests.py
coverage report
- name: Coverage Badge
uses: tj-actions/coverage-badge-py@v2
with:
working-directory: example
output: ../coverage.svg
output: coverage.svg

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v14
Expand All @@ -46,7 +40,6 @@ jobs:
- name: Commit files
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: |
#mv example/coverage.svg coverage.svg
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add coverage.svg
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Tidelift will coordinate the fix and disclosure.
* [pulse-mind](https://github.com/pulse-mind)
* [smark-1](https://github.com/smark-1)
* [rafaelurben](https://github.com/rafaelurben)

* [christian-thieme](https://github.com/christian-thieme)



Expand Down
4 changes: 2 additions & 2 deletions coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
136 changes: 0 additions & 136 deletions example/test_app/test_settings.py

This file was deleted.

32 changes: 0 additions & 32 deletions example/test_app/tests/test_current_platform.py

This file was deleted.

142 changes: 0 additions & 142 deletions example/test_app/tests/test_fido.py

This file was deleted.

Loading