From 55c9c61f7ed7649e2019607ba98d678a84161d7e Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Wed, 7 Aug 2019 13:17:40 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91faec1..0d57475 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Inside your `.github/workflows/workflow.yml` file: ```yaml steps: - uses: actions/checkout@master -- uses: actions/codecov-action@v0.3 +- uses: actions/codecov-action@v0.4 with: token: ${{secrets.CODECOV_TOKEN}} #for private repos file: ./coverage.xml #optional From e74d307e33f8470f7586cffcb54cc15427e6cb98 Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Wed, 7 Aug 2019 13:19:04 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d57475..f902e9d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v0.2 + uses: codecov/codecov-action@v0.4 with: token: ${{secrets.CODECOV_TOKEN}} file: ./coverage.xml