Skip to content

Commit f9c9644

Browse files
committed
chore: merge main and fix conflicts
1 parent c085f0f commit f9c9644

338 files changed

Lines changed: 7265 additions & 4527 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo "NEXT_VERSION=$nextStrict" >> $GITHUB_ENV
7272
7373
- name: Create Draft Release
74-
uses: ncipollo/release-action@v1.12.0
74+
uses: ncipollo/release-action@v1.13.0
7575
if: ${{ github.ref_name == 'release' }}
7676
with:
7777
prerelease: true
@@ -137,9 +137,9 @@ jobs:
137137
echo "Running tests..."
138138
if [[ "x${{ github.event.inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then
139139
echo "Lower coverage failures will be ignored."
140-
./ietf/manage.py test --validate-html-harder --settings=settings_postgrestest --ignore-lower-coverage
140+
./ietf/manage.py test --validate-html-harder --settings=settings_test --ignore-lower-coverage
141141
else
142-
./ietf/manage.py test --validate-html-harder --settings=settings_postgrestest
142+
./ietf/manage.py test --validate-html-harder --settings=settings_test
143143
fi
144144
coverage xml
145145
@@ -352,7 +352,7 @@ jobs:
352352
histCoveragePath: historical-coverage.json
353353

354354
- name: Create Release
355-
uses: ncipollo/release-action@v1.12.0
355+
uses: ncipollo/release-action@v1.13.0
356356
if: ${{ env.SHOULD_DEPLOY == 'true' }}
357357
with:
358358
allowUpdates: true
@@ -365,7 +365,7 @@ jobs:
365365
token: ${{ secrets.GITHUB_TOKEN }}
366366

367367
- name: Update Baseline Coverage
368-
uses: ncipollo/release-action@v1.12.0
368+
uses: ncipollo/release-action@v1.13.0
369369
if: ${{ github.event.inputs.updateCoverage == 'true' }}
370370
with:
371371
allowUpdates: true

.github/workflows/ci-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
exit 1
4747
fi
4848
echo "Running tests..."
49-
./ietf/manage.py test --validate-html-harder --settings=settings_postgrestest
49+
./ietf/manage.py test --validate-html-harder --settings=settings_test
5050
coverage xml
5151
5252
- name: Upload Coverage Results to Codecov

.pnp.cjs

Lines changed: 1133 additions & 834 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"args": [
4949
"${workspaceFolder}/ietf/manage.py",
5050
"test",
51-
"--settings=settings_postgrestest"
51+
"--settings=settings_test"
5252
],
5353
"group": "test",
5454
"presentation": {
@@ -68,7 +68,7 @@
6868
"args": [
6969
"${workspaceFolder}/ietf/manage.py",
7070
"test",
71-
"--settings=settings_postgrestest",
71+
"--settings=settings_test",
7272
"--pattern=tests_js.py"
7373
],
7474
"group": "test",
Binary file not shown.
-3.53 MB
Binary file not shown.
3.69 MB
Binary file not shown.
-3.75 MB
Binary file not shown.
3.86 MB
Binary file not shown.
-3.29 MB
Binary file not shown.

0 commit comments

Comments
 (0)