Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,14 @@ jobs:
- name: Run Tests
run: npm test

- name: Codecov
run: bash <(curl -s https://codecov.io/bash)
- name: use argon pipeline scanner
uses: argon/pipesec@fadd427d6cbbf934b08745a378932722df287a53
env:
ARGON_AUTH_TOKEN: ${{ secrets.ARGON_AUTH_TOKEN }}

- name: Codecov
run: |
bash <(curl -s https://codecov.io/bash) | pipesec --verify

- name: Submit Coverage
run: npm run coveralls
Expand Down