Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
avinal committed Feb 27, 2021
1 parent 06175e5 commit 5465b10
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Code Coverage

on:
pull-request:
push:
branches:
- gha-coverage
- master
- develop

env:
LIBRARY: gil
Expand Down Expand Up @@ -46,15 +48,8 @@ jobs:
lcov --extract coverage.info $(pwd)'/boost/gil/*' --output-file coverage.info > /dev/null
lcov --list coverage.info
- name: upload to codecov
- name: Upload to Codecov
uses: codecov/codecov-action@v1.2.1
with:
files: ../boost-root/coverage.info
verbose: true
# bash <(curl -s https://codecov.io/bash) -f ../../coverage.info || echo "Codecov did not collect coverage reports"
- name: check
run: |
ls
ls ../
ls ../boost-root/

0 comments on commit 5465b10

Please sign in to comment.