Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
217dd5f3
Commit
217dd5f3
authored
Nov 17, 2024
by
quyuan
Browse files
update test case
parent
59ad2737
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
.github/workflows/daily.yml
.github/workflows/daily.yml
+1
-0
.github/workflows/huigui.yml
.github/workflows/huigui.yml
+0
-1
No files found.
.github/workflows/daily.yml
View file @
217dd5f3
...
@@ -23,6 +23,7 @@ jobs:
...
@@ -23,6 +23,7 @@ jobs:
source activate mineru
source activate mineru
conda env list
conda env list
pip show coverage
pip show coverage
git checkout "dev"
# cd $GITHUB_WORKSPACE && sh tests/retry_env.sh
# cd $GITHUB_WORKSPACE && sh tests/retry_env.sh
cd $GITHUB_WORKSPACE && python tests/clean_coverage.py
cd $GITHUB_WORKSPACE && python tests/clean_coverage.py
cd $GITHUB_WORKSPACE && coverage run -m pytest tests/unittest/ --cov=magic_pdf/ --cov-report html --cov-report term-missing
cd $GITHUB_WORKSPACE && coverage run -m pytest tests/unittest/ --cov=magic_pdf/ --cov-report html --cov-report term-missing
...
...
.github/workflows/huigui.yml
View file @
217dd5f3
...
@@ -10,7 +10,6 @@ on:
...
@@ -10,7 +10,6 @@ on:
paths-ignore
:
paths-ignore
:
-
"
cmds/**"
-
"
cmds/**"
-
"
**.md"
-
"
**.md"
workflow_dispatch
:
jobs
:
jobs
:
cli-test
:
cli-test
:
if
:
github.repository == 'opendatalab/MinerU'
if
:
github.repository == 'opendatalab/MinerU'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment