mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-12 05:11:36 +00:00
convert to docker action
This commit is contained in:
7
entrypoint.sh
Normal file
7
entrypoint.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Exit if any subcommand fails
|
||||
set -eu
|
||||
|
||||
# execute codecov global
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
Reference in New Issue
Block a user