From 2793f27b9955144c8a2d5080f124e5075daf48b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Wed, 7 Aug 2019 20:07:45 -0700 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 279d3b3..4351246 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ steps: token: ${{secrets.CODECOV_TOKEN}} #for private repos file: ./coverage.xml #optional flags: unittests #optional - name: codecov-1 #optional + name: codecov-umbrella #optional ``` >**Note**: This assumes that you've set your Codecov token inside Settings > Secrets as `CODECOV_TOKEN`. If not, you can get an upload token for your specific repo on [codecov.io](https://www.codecov.io). A token is *not* required for public repositories. @@ -57,7 +57,7 @@ jobs: token: ${{secrets.CODECOV_TOKEN}} file: ./coverage.xml flags: unittests - name: codecov-1 + name: codecov-umbrella ``` ## License