Skip to content

Commit 5bd32fe

Browse files
LoanerLoaner
Loaner
authored and
Loaner
committed
adding a yml file
1 parent 0f1ac4c commit 5bd32fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/codecov-report.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# uploading codecov report
2+
3+
ame: hello-world
4+
on: [push, workflow_dispatch]
5+
jobs:
6+
my-job:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: my-step
10+
run: echo "Hello World!"

0 commit comments

Comments
 (0)