Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tanzeel Khan <[email protected]>
  • Loading branch information
tanscorpio7 committed Dec 5, 2023
1 parent cf65650 commit 98bf4b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Code Coverage
on: [push, pull_request]


jobs:
run-code-coverage-tests:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -161,7 +160,7 @@ jobs:
if: (github.event_name == 'schedule')
run: |
cd contrib/
paste -s -d, <(date +"%m/%d/%Y %H:%M:%S";lcov --summary lcov.info | grep -Po "[0-9]+\.[0-9]*") >> ${{GITHUB_HEAD_REF}}.csv
paste -s -d, <(date +"%m/%d/%Y %H:%M:%S";lcov --summary lcov.info | grep -Po "[0-9]+\.[0-9]*") >> ${{env.BRANCH}}.csv
shell: bash

- name: Upload CSV report with latest coverage numbers
Expand Down

0 comments on commit 98bf4b2

Please sign in to comment.