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 e091796 commit f172219Copy full SHA for f172219
.github/workflows/main.yml
@@ -11,5 +11,9 @@ jobs:
11
- uses: Bogdanp/[email protected]
12
with:
13
version: stable
14
+ - run: raco pkg install --batch --auto cover cover-coveralls
15
- run: raco pkg install --batch --auto --link --name resyntax
16
- 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