-
Notifications
You must be signed in to change notification settings - Fork 35
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
add: Add gitlab and github workflows. Also remove GDS question and GDS files #85
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #85 +/- ##
===========================================
- Coverage 59.25% 47.61% -11.65%
===========================================
Files 4 4
Lines 54 42 -12
===========================================
- Hits 32 20 -12
Misses 22 22 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You removed these scripts. Do we need to adjust them rather than remove them completely?
@@ -5,45 +5,6 @@ | |||
from sphinx.cmd.build import main | |||
|
|||
|
|||
@pytest.mark.parametrize("test_input_repository_hosting_platform", ["GitHub", "GitLab"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why has this been removed?
@@ -1,3 +1,30 @@ | |||
# Assumptions and caveats log | |||
|
|||
This log contains a list of assumptions and caveats used in this analysis. | |||
|
|||
## Definitions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did this come from Shazmeen? If it's not might be worth asking them to read it?
Removed GDS tests and files, replacing some quality assurance docs with the GDS ones. The gds question in the cookiecutter start up has been replaced with an ONS question. This is for the gitlab ci file. Gitlab and github workflows have been added with merge templates.
check:
for (github, gitlab with ONS, gitlab no ONS)
pip install -e .
pytest
git init
pre-commit install
git add .
git commit -m "init"
github workflow
github merge request
gitlab ONS workflow
gitlab merge request
ignore gitlab no ONS workflow (not possible to test)
Checklists
This pull/merge request meets the following requirements:
docs
folderComments have been added below around the incomplete checks.