Commit Graph

45 Commits

Author SHA1 Message Date
Rory Flynn 59e6dff1e1
Fail builds on test failure (#489)
* Fail builds on test failure

* Deliberately fail a build to test

* Revert "Deliberately fail a build to test"

This reverts commit 666140a954.
2024-04-19 17:18:27 +02:00
Rory Flynn fb52f73556
Automatically add issues to development board (#428) 2023-11-27 14:10:54 +01:00
Rory Flynn c8a0327768
Allow PR coverage comment to fail if running on a fork (#427) 2023-11-27 12:39:18 +01:00
tek 5462c8d6e7 Fixes change in ruff syntax 2023-10-26 11:16:38 +02:00
Donncha Ó Cearbhaill eb5bfb7f35 Properly handle iOS version updates with multiple builds 2023-09-30 11:45:29 +02:00
Donncha Ó Cearbhaill ecf75447aa Only add coverage comment to pull requests 2023-07-27 17:44:18 +02:00
Donncha Ó Cearbhaill 52e0176d5d Add code test coverage reporting 2023-07-22 19:54:01 +02:00
Christian Clauss a6e1a3de12
Add GitHub Annotions to ruff output (#364)
* Add GitHub Annotions to ruff output
* Upgrade GitHub Actions
* No Py3.11
2023-07-15 14:42:13 +02:00
tek a1481683e3 Adapts linter workflow to black 2023-06-14 01:05:14 +02:00
Nex e1677639c4 Linted code using isort + autoflake + black, fixed wrong use of Optional[bool] 2023-06-01 23:40:26 +02:00
tek a1994079b1 Sort imports 2023-05-24 12:03:49 +02:00
Donncha Ó Cearbhaill 0c0ff7012b Set branch number for auto-generated pull request 2023-05-21 16:52:47 +01:00
Donncha Ó Cearbhaill f9b0d07a81 Don't include information beta's in the version JSON 2023-05-21 16:49:14 +01:00
Donncha Ó Cearbhaill d14bcdd05f Update title used in auto PR for new iOS versions 2023-05-21 16:47:56 +01:00
Donncha Ó Cearbhaill e026bb0a76 Fix path to script in workflow 2023-05-21 16:44:17 +01:00
Donncha Ó Cearbhaill 253b4f031a Allow workflow to be triggered manually 2023-05-21 16:42:54 +01:00
Donncha Ó Cearbhaill 22fd794fb8 Fix python style and setup.cfg syntax 2023-05-21 16:15:49 +01:00
Donncha Ó Cearbhaill 27c5c76dc2 Add script and worker to auto-update build and version info 2023-05-21 16:09:50 +01:00
tek 671cd07200 Fixes a bug with YAML parsing of github workflow 2023-03-01 17:34:35 -05:00
tek 7581f81464 removes duplicated flake8 workflow 2023-03-01 16:50:33 -05:00
tek 4ed8ff51ff Improves code PEP8 compliance and adds ruff check 2023-03-01 16:43:08 -05:00
tek 716909b528 Temporary fix of setuptools issue 2023-01-24 16:42:50 +01:00
tek f864adf97e First structure for mvt-ios check-usb 2022-06-28 20:35:52 +02:00
tek fd3f9dba8f Adds automated flake8 check in github workflow 2022-05-25 14:38:51 +02:00
Donncha Ó Cearbhaill 5416b66915 Add CI and downloads page 2022-02-02 12:45:06 +01:00
Nex fa84b3f296 Revert "Testing with slightly older version of iOSbackup"
This reverts commit e1efaa5467.
2022-01-18 16:32:22 +01:00
Nex e1efaa5467 Testing with slightly older version of iOSbackup 2022-01-18 16:27:14 +01:00
Nex 696d42fc6e Disabling tests for 3.7 due to iOSbackup requirements of >= 3.8 2022-01-18 16:22:29 +01:00
Nex 51645bdbc0 Adding pip install for deps 2022-01-18 16:10:59 +01:00
Nex bb1b108fd7 Cleaning build workflow 2022-01-18 16:09:01 +01:00
Nex 92f9dcb8a5 Tring to fix build 2022-01-18 16:08:14 +01:00
Donncha Ó Cearbhaill 41d699f457 Add PyTest to Github actions 2022-01-18 15:59:16 +01:00
Nex eda1976518 Added missing space in workflow file 2021-07-30 11:43:52 +02:00
Nex abcbefe359 Added safety checks to workflow 2021-07-30 11:39:43 +02:00
Nex 22d090569c Disabled pytest until unit tests are available 2021-07-30 11:20:59 +02:00
Nex d490344142 Removed lint 2021-07-30 11:19:51 +02:00
Nex 7f361fb600
Create python-package.yml 2021-07-30 11:19:20 +02:00
Nex 7947d413b5
Update lint-python.yml 2021-07-27 21:44:31 +02:00
Nex 45beb6eeda
Update lint-python.yml 2021-07-27 21:43:25 +02:00
Nex ad81d5c450
Delete python-publish.yml 2021-07-27 21:42:21 +02:00
Nex caa5d8ee8c
Rename lint_python.yml to lint-python.yml 2021-07-27 21:37:26 +02:00
Nex 2baac1f52c
Create python-publish.yml 2021-07-27 21:37:06 +02:00
Christian Clauss b500ee9429
codespell 2021-07-27 12:11:31 +02:00
Christian Clauss 3f2058441a
bandit --recursive --skip B108,B112,B404,B602 . 2021-07-27 12:09:52 +02:00
Christian Clauss 9931edccc4
GitHub Action to lint Python code
Output:
2021-07-27 12:06:47 +02:00