Skip to content

Commit

Permalink
Merge branch 'fix-coveralls' of 'https://github.com/jjmerchante/grimo…
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas authored Jun 21, 2024
2 parents 2878b10 + 77bff16 commit a76228a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@ jobs:
cd tests
poetry run coverage run --source=perceval.backends.mozilla run_tests.py
- name: Coveralls
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
with:
coverage-reporter-version: "v0.6.9"
flag-name: run ${{ join(matrix.*, ' - ') }}
parallel: true

0 comments on commit a76228a

Please sign in to comment.