mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 12:07:25 +00:00
6 lines
100 B
Bash
Executable file
6 lines
100 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cp src/scripts/dist/codecov.sh dist/codecov.sh
|
|
git add dist/codecov.sh
|