Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
test_platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Wallen姚文辉
test_platform
Commits
02de1b1d
Commit
02de1b1d
authored
Apr 18, 2025
by
Wallen姚文辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善报错情况
parent
cb0ac646
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
codeCover.py
controller/codeCover.py
+4
-1
No files found.
controller/codeCover.py
View file @
02de1b1d
...
@@ -96,7 +96,10 @@ def find_():
...
@@ -96,7 +96,10 @@ def find_():
"https://test-code-coverage.galaxy-immi.com/"
+
key
+
"/"
+
path
+
"/index.html"
"https://test-code-coverage.galaxy-immi.com/"
+
key
+
"/"
+
path
+
"/index.html"
)
)
soup
=
BeautifulSoup
(
res
.
text
,
"html.parser"
)
soup
=
BeautifulSoup
(
res
.
text
,
"html.parser"
)
try
:
m
=
soup
.
find
(
"tbody"
)
.
find_all
(
"tr"
)
m
=
soup
.
find
(
"tbody"
)
.
find_all
(
"tr"
)
except
:
return
jsonify
({
"code"
:
500
,
"message"
:
"请确认输入内容"
}),
500
result
=
[]
result
=
[]
for
i
in
m
:
for
i
in
m
:
f
=
i
.
find_all
(
"td"
)
f
=
i
.
find_all
(
"td"
)
...
...
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