Tesorio / django-anon

:shipit: Anonymize production data so it can be safely used in not-so-safe environments
https://django-anon.readthedocs.io/en/latest/
MIT License
161 stars 6 forks source link

Fix CI failure #58

Closed caioariede closed 3 years ago

caioariede commented 3 years ago

Description

CI started to fail due to recent changes in GitHub Actions:

Error: Unable to process command '##[set-env name=pythonLocation;]/opt/hostedtoolcache/Python/3.9.0/x64' successfully. 6 Error: The set-env command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the ACTIONS_ALLOW_UNSECURE_COMMANDS environment variable to true. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

Changing the pinned version from Python from 1.1.1 to 1 should fix it

Todos

github-actions[bot] commented 3 years ago

File Coverage
All files 95% :white_check_mark:
anon/init.py 63% :white_check_mark:
anon/base.py 97% :white_check_mark:
anon/utils.py 87% :white_check_mark:
tests/compat.py 50% :white_check_mark:
tests/test_base.py 99% :white_check_mark:

Minimum allowed coverage is 50%

Generated by :monkey: cobertura-action against 06ce62b51c59ac34109c6c7b4232f1c9be0bac00