We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7533fe6 commit 6251689Copy full SHA for 6251689
.github/workflows/ci.yml
@@ -30,10 +30,10 @@ jobs:
30
- run: npm run test:unit
31
32
- name: Coveralls
33
- uses: coverallsapp/github-action@v1
+ uses: coverallsapp/github-action@v2
34
with:
35
github-token: ${{ secrets.GITHUB_TOKEN }}
36
- path-to-lcov: ./build/coverage/lcov.info
+ file: ./build/coverage/lcov.info
37
parallel: true
38
39
lint:
@@ -51,6 +51,6 @@ jobs:
51
runs-on: ubuntu-latest
52
steps:
53
- name: Close parallel build
54
55
56
parallel-finished: true
0 commit comments