Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit e3ed10b

Browse files
committed
chore: Add GitHub Coveralls
1 parent b895e5b commit e3ed10b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ on:
1919
jobs:
2020
build:
2121
runs-on: ubuntu-latest
22-
env:
23-
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true
2422

2523
steps:
2624
- uses: actions/checkout@v2
2725

2826
- name: Install packages
2927
run: npm install --unsafe-perm
3028

31-
- name: Run Linting
29+
- name: Run Coverage
3230
run: npm run coverage
31+
32+
- name: Coveralls GitHub Action
33+
uses: coverallsapp/[email protected]
34+
with:
35+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)