This website requires JavaScript.
Explore
Help
Sign In
actions
/
codecov-action
Watch
1
Star
0
Fork
0
You've already forked codecov-action
mirror of
https://github.com/codecov/codecov-action
synced
2026-05-21 20:17:16 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f7d6a49e27cc98823c4d8647c1ed2bf603c09ec7
codecov-action
/
entrypoint.sh
T
7 lines
77 B
Bash
Raw
Normal View
History
Unescape
Escape
convert to docker action
2019-08-06 14:02:11 -07:00
#!/bin/bash
set
-eu
test with token arg
2019-08-06 16:44:27 -07:00
#echo $1
test pulling inputs into script
2019-08-06 16:40:07 -07:00
test with token arg
2019-08-06 16:44:27 -07:00
bash <
(
curl -s https://codecov.io/bash
)
-t
$1
Reference in New Issue
Copy Permalink