Skip to content

Commit

Permalink
test(extension): try adding coveralls 2
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Nov 13, 2023
1 parent d656bee commit fbf305f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI2 testing coveralls

on:
workflow_dispatch:
push:
branches:
- "add-coveralls-report"

jobs:
buildAndTest:
Expand Down Expand Up @@ -33,7 +36,7 @@ jobs:
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ZvjdYqqhXOwYoiGYC8MLuiml2KFum8kV7
github-token: "ZvjdYqqhXOwYoiGYC8MLuiml2KFum8kV7"
allow-empty: true
- name: Upload build
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fbf305f

Please sign in to comment.