Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Oct 6, 2023
1 parent 10af90c commit 1e6fd9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
- run: mkdir -p build/logs

- name: Execute tests - coverage threshold 90%
run: ./vendor/bin/pest --bail --retry --coverage --min=90 --coverage-clover
run: ./vendor/bin/pest --bail --retry --coverage --min=90 --coverage-clover clover.xml

- name: Create coverage badge
uses: coverallsapp/github-action@v2
with:
format: clover
# file: build/logs/clover.xml
file: clover.xml

0 comments on commit 1e6fd9f

Please sign in to comment.