Skip to content

Commit

Permalink
fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
noursandid committed Oct 31, 2023
1 parent 9758fee commit 65a9abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Slather
run: gem install slather
- name: Convert .xcresult to .lcov
run: slather coverage --cobertura-xml --binary-basename SundeedQLiteLibrary --input-format profdata --scheme SundeedQLiteLibrary --output-directory . --simple-output --output ./cobertura.xml --ignore "Pods/**/*" SundeedQLiteLibrary.xcodeproj
run: slather coverage --cobertura-xml --input-format profdata --scheme SundeedQLiteLibrary --output-directory . --ignore "Pods/**/*" SundeedQLiteLibrary.xcodeproj
- name: List files
run: ls -ltr
- name: Upload code coverage to Codecov
Expand Down

0 comments on commit 65a9abf

Please sign in to comment.