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
gaoqiong
MIGraphX
Commits
1b575b5c
Unverified
Commit
1b575b5c
authored
Sep 24, 2022
by
Chris Austen
Committed by
GitHub
Sep 24, 2022
Browse files
update codecov version (#1402)
Codecov announced deprecating the bash uploader. Using updated uploader
parent
8ea8473d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
.github/workflows/ci.yaml
.github/workflows/ci.yaml
+7
-3
No files found.
.github/workflows/ci.yaml
View file @
1b575b5c
...
@@ -268,7 +268,9 @@ jobs:
...
@@ -268,7 +268,9 @@ jobs:
lcov --directory . --capture --output-file $(pwd)/coverage.info
lcov --directory . --capture --output-file $(pwd)/coverage.info
lcov --remove $(pwd)/coverage.info '/usr/*' --output-file $(pwd)/coverage.info
lcov --remove $(pwd)/coverage.info '/usr/*' --output-file $(pwd)/coverage.info
lcov --list $(pwd)/coverage.info
lcov --list $(pwd)/coverage.info
curl -s https://codecov.io/bash | bash
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -t ${CODECOV_TOKEN}
echo "Uploaded"
echo "Uploaded"
linux-fpga
:
linux-fpga
:
...
@@ -364,5 +366,7 @@ jobs:
...
@@ -364,5 +366,7 @@ jobs:
# lcov --directory . --capture --output-file $(pwd)/coverage.info
# lcov --directory . --capture --output-file $(pwd)/coverage.info
# lcov --remove $(pwd)/coverage.info '/usr/*' --output-file $(pwd)/coverage.info
# lcov --remove $(pwd)/coverage.info '/usr/*' --output-file $(pwd)/coverage.info
# lcov --list $(pwd)/coverage.info
# lcov --list $(pwd)/coverage.info
# curl -s https://codecov.io/bash | bash
# curl -Os https://uploader.codecov.io/latest/linux/codecov
# echo "Uploaded"
# chmod +x codecov
\ No newline at end of file
# ./codecov -t ${CODECOV_TOKEN}
# echo "Uploaded"
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