Skip to content

Commit ea395d1

Browse files
committed
✨ DOP-5399 remove the osiris.toml file along with removing all test branches and params
1 parent de41ed0 commit ea395d1

File tree

2 files changed

+8
-48
lines changed

2 files changed

+8
-48
lines changed

.github/workflows/osiris-subpar-coverage.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
- '**/*.ast' # Only trigger if .ast files are changed
66
branches:
77
- main
8-
- DOP-5399-CB
98

109
jobs:
1110
check-coverage:
@@ -17,10 +16,10 @@ jobs:
1716
steps:
1817
- name: Checkout Repos
1918
uses: actions/checkout@v4
20-
with:
21-
token: ${{ secrets.API_TOKEN_GITHUB }}
22-
fetch-depth: 0
23-
ref: DOP-5399-CB
19+
# uncomment when running or testing locally using [act](https://github.com/nektos/act?tab=readme-ov-file)
20+
# with:
21+
# token: ${{ secrets.API_TOKEN_GITHUB }}
22+
# ref: DOP-5399-placeholder
2423

2524
- name: Verify Branch Checkout
2625
run: |
@@ -34,10 +33,10 @@ jobs:
3433

3534
- name: Run Coverage Check
3635
id: run_coverage
37-
uses: mongodb/docs-worker-actions/coverage-check@DOP-5399
36+
uses: mongodb/docs-worker-actions/coverage-check@main
3837
with:
3938
repo-path: cloned-osiris-repo
40-
required-coverage: '100'
39+
required-coverage: '90'
4140

4241
- name: Set Workflow Outputs
4342
id: set_coverage
@@ -60,9 +59,9 @@ jobs:
6059
PR_NUMBER: ${{ github.event.pull_request.number }}
6160
PR_URL: ${{ github.event.pull_request.html_url }}
6261
PR_SHA: ${{ github.event.pull_request.head.sha }}
63-
uses: mongodb/docs-worker-actions/coverage-report-to-slack@DOP-5399
62+
uses: mongodb/docs-worker-actions/coverage-report-to-slack@main
6463
with:
65-
required-coverage: '100'
64+
required-coverage: '90'
6665
site-coverage-list: $SITE_COVERAGE_LIST
6766
slack-webhook-url: $SLACK_WEBHOOK_URL
6867
repository: $REPOSITORY

osiris.toml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)