We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1ac4c commit 5bd32feCopy full SHA for 5bd32fe
.github/workflows/codecov-report.yml
@@ -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