Skip to content

Commit

Permalink
Test coveralls integration #7
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyk committed Dec 18, 2024
1 parent d9bd963 commit d02e758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Coverage file
uses: actions/upload-artifact@v4
if: ${{ matrix.env }} == '3.12'
if: matrix.env == '3.12'
with:
name: cov-report
path: coverage.lcov
Expand Down

0 comments on commit d02e758

Please sign in to comment.