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
OpenDAS
MMCV
Commits
3777aa8c
Unverified
Commit
3777aa8c
authored
Jul 02, 2020
by
Kai Chen
Committed by
GitHub
Jul 02, 2020
Browse files
Fix the version of codecov-action to v1.0.10 (#378)
* Fix the version of codecov-action to v1.0.7 * Update build.yml
parent
9c51928b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/build.yml
.github/workflows/build.yml
+1
-1
No files found.
.github/workflows/build.yml
View file @
3777aa8c
...
@@ -121,7 +121,7 @@ jobs:
...
@@ -121,7 +121,7 @@ jobs:
# Only upload coverage report for python3.7 && pytorch1.5
# Only upload coverage report for python3.7 && pytorch1.5
-
name
:
Upload coverage to Codecov
-
name
:
Upload coverage to Codecov
if
:
${{matrix.torch == '1.5.0' && matrix.python-version == '3.7'}}
if
:
${{matrix.torch == '1.5.0' && matrix.python-version == '3.7'}}
uses
:
codecov/codecov-action@
master
uses
:
codecov/codecov-action@
v1.0.10
with
:
with
:
file
:
./coverage.xml
file
:
./coverage.xml
flags
:
unittests
flags
:
unittests
...
...
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