Skip to content

Commit

Permalink
Configure code coverage reporting for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Ben87 committed Jun 3, 2023
1 parent 2cd9b9d commit 7337f3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@ jobs:

- name: 'Upload coverage file'
uses: 'codecov/codecov-action@v3'
env:
CODECOV_TOKEN: '${{ secrets.CODECOV_TOKEN }}'
with:
files: 'coverage.xml'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![tests](https://github.com/prestaconcept/PrestaBehatParser/actions/workflows/tests.yml/badge.svg)
![quality](https://github.com/prestaconcept/PrestaBehatParser/actions/workflows/quality.yml/badge.svg)
[![codecov](https://codecov.io/gh/prestaconcept/PrestaBehatParser/branch/1.x/graph/badge.svg?token=S8SVUCZYRI)](https://codecov.io/gh/prestaconcept/PrestaBehatParser)
[![codecov](https://codecov.io/gh/prestaconcept/PrestaBehatParser/branch/1.x/graph/badge.svg?token=ZARV76QDR5)](https://codecov.io/gh/prestaconcept/PrestaBehatParser)

The PrestaBehatParser library leverages parsers to be used in [Behat][1] tests.

Expand Down

0 comments on commit 7337f3b

Please sign in to comment.