Skip to content

Commit

Permalink
Coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 21, 2023
1 parent e14ffbb commit 0baf42e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
shards install
crystal build src/run_tests.cr
kcov --clean --include-path=./src coverage ./run_tests
cp output/*/*xml .
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
functionalities: search
files: cov.xml,cobertura.xml

0 comments on commit 0baf42e

Please sign in to comment.