This commit is contained in:
rejas
2021-01-01 22:47:28 +01:00
committed by veeck
parent 5bc2c207db
commit 5a3d3b76a7
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
name: Run Test Suites
# This workflow runs the automated test and uploads the coverage results to codecov.io
name: "Run Codecov Tests"
on: [push]
@@ -12,4 +14,4 @@ jobs:
export DISPLAY=:99
npm install
npm run test:coverage
bash <(curl -s https://codecov.io/bash) # Upload to Codecov
bash <(curl -s https://codecov.io/bash)