Skip to content

Commit

Permalink
fix: Added path to coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-pisman committed Sep 4, 2023
1 parent 48f6883 commit bb2da33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ jobs:
tox run
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@master
with:
path-to-lcov: coverage.xml

0 comments on commit bb2da33

Please sign in to comment.