Skip to content

Commit f172219

Browse files
authored
Add coveralls integration (#645)
1 parent e091796 commit f172219

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ jobs:
1111
- uses: Bogdanp/[email protected]
1212
with:
1313
version: stable
14+
- run: raco pkg install --batch --auto cover cover-coveralls
1415
- run: raco pkg install --batch --auto --link --name resyntax
1516
- run: raco test --package resyntax
17+
- run: raco cover --format coveralls --package resyntax
18+
env:
19+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)