You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/06/02 03:57:59 UTC

[apisix-go-plugin-runner] branch master updated: ci: upload to codecov (#4)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-go-plugin-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new b53cafd  ci: upload to codecov (#4)
b53cafd is described below

commit b53cafd30fff21c9eed8c9f41e5ba05b30debaf3
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Wed Jun 2 11:57:53 2021 +0800

    ci: upload to codecov (#4)
---
 .github/workflows/unit-test-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/unit-test-ci.yml b/.github/workflows/unit-test-ci.yml
index b88bdf7..c93b9d3 100644
--- a/.github/workflows/unit-test-ci.yml
+++ b/.github/workflows/unit-test-ci.yml
@@ -28,6 +28,8 @@ on:
 jobs:
   run-test:
     runs-on: ubuntu-latest
+    env:
+      CODECOV_TOKEN: 892a8adc-7df4-41f8-ba74-92978fc6c561
     steps:
     - uses: actions/checkout@v2
     - name: setup go