You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix/490 artifacts validate fails for newly created project (#493)
* Add .gitattributes to project-template and update .gitignore
* Adapt pyproject.toml to be the same
* Define noxconfig values as iterable & set defaults with immutable type tuple to reduce warnings
* Refactor in preparation of additional testing
* Add tests for nox tasks that affect starting off a project
* Add lint:code test for project-template & modify version.py to pass linting
* Add test for artifacts:validate
* Fix artifacts:validate and sonar:check to pass when working with newly created project
* Remove and fix typings
* Remove unneeded import
* Fix typing for python 3.9
* Add coverage for prepare_coverage_xml
* Fix hint for version.py
* Remove assert of mock
* Ignore warning on import for subprocess
* Fix gitattributes
* Elaborate on comment regarding coverage XML
* Update comment with improved formatting using dashes
* Add sub-types to noxconfig.py
* Remove non-ASCII Unicodes in issue templates
* Update comment to be less vague
* Switch from is_file to exists
* Test out what happens to sonarqubebot if no coverage included in pysonar upload
* Finalize how we will handle no coverage for new projects in the PTB
* Switch COVERAGE_FILE to COVERAGE_DB
* Fix formatting issue in doc
* Fix cwd which differs between the tests & real running
* Fix type again; think it's a given , = | in my brain
0 commit comments