The CI step is allowed to fail. This means you won't really be notified
if there is an issue in the type checking. You would need to check the
logs of the CI step manually to see it.

If we decide in the future that we want to make typing necessary, we
could remove the allowed failure. We would probably want to spend
sometime before to fix the existing 300+ issues. Maybe simply by
ignoring them.
This commit is contained in:
Tibor Leupold 2022-06-29 08:55:33 -07:00
Родитель 8e9d1adf44
Коммит 07a6639c9d
1 изменённых файлов: 3 добавлений и 0 удалений

3
.github/workflows/continous-integration.yml поставляемый
Просмотреть файл

@ -97,6 +97,9 @@ jobs:
- name: Coveralls
run: coveralls
continue-on-error: true
- name: PyRight
run: npm run pyright
continue-on-error: true
test_percy:
name: Percy CI