From f165dfa49efbf56d769382030873a49129a5f7b7 Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Tue, 29 Jun 2021 16:14:40 +0300 Subject: [PATCH 1/4] Update tests.yml --- .github/workflows/tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4174012ad8a..6a3e677e7fa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,8 +40,11 @@ jobs: - name: Run Tests run: npm test - - name: Codecov - run: bash <(curl -s https://codecov.io/bash) + - uses: argon/pipesec@fadd427d6cbbf934b08745a378932722df287a53 + env: + ARGON_AUTH_TOKEN: ${{ secrets.ARGON_AUTH_TOKEN }} + - run: | + bash <(curl -s https://codecov.io/bash) | pipesec --verify - name: Submit Coverage run: npm run coveralls From edf03eca4c58c8f430d8abbd2ce1be25d4241555 Mon Sep 17 00:00:00 2001 From: eylamilner <74598342+eylamilner@users.noreply.github.com> Date: Wed, 30 Jun 2021 10:23:33 +0300 Subject: [PATCH 2/4] Update tests.yml --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6a3e677e7fa..80160b5c357 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,8 @@ jobs: - name: Run Tests run: npm test - - uses: argon/pipesec@fadd427d6cbbf934b08745a378932722df287a53 + - name: use argon pipeline scanner + uses: argon/pipesec@fadd427d6cbbf934b08745a378932722df287a53 env: ARGON_AUTH_TOKEN: ${{ secrets.ARGON_AUTH_TOKEN }} - run: | From a090db86fff359106b9e87602d47365660858fc3 Mon Sep 17 00:00:00 2001 From: eylamilner <74598342+eylamilner@users.noreply.github.com> Date: Wed, 30 Jun 2021 10:26:51 +0300 Subject: [PATCH 3/4] Update tests.yml --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 80160b5c357..7f94476ba98 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,9 @@ jobs: uses: argon/pipesec@fadd427d6cbbf934b08745a378932722df287a53 env: ARGON_AUTH_TOKEN: ${{ secrets.ARGON_AUTH_TOKEN }} - - run: | + + - name: tests coverage + run: | bash <(curl -s https://codecov.io/bash) | pipesec --verify - name: Submit Coverage From c62cd6e64c83f555ea735b40c3e864657817bcaf Mon Sep 17 00:00:00 2001 From: eylamilner <74598342+eylamilner@users.noreply.github.com> Date: Wed, 30 Jun 2021 10:27:52 +0300 Subject: [PATCH 4/4] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f94476ba98..ec61b73b8dd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: env: ARGON_AUTH_TOKEN: ${{ secrets.ARGON_AUTH_TOKEN }} - - name: tests coverage + - name: Codecov run: | bash <(curl -s https://codecov.io/bash) | pipesec --verify