Skip to content

Commit

Permalink
Fix for ci workflow report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Oct 24, 2023
1 parent 25c46b5 commit 2143b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Upload codecov report
uses: codecov/codecov-action@v3
if: matrix.node == '16.x' && matrix.os == 'ubuntu-latest'
if: matrix.node == '18.x' && matrix.os == 'ubuntu-latest'
with:
file: ./coverage/coverage-final.json
flags: unittests
Expand Down

0 comments on commit 2143b9f

Please sign in to comment.