File: codecov.yml

package info (click to toggle)
clifm 1.26.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,816 kB
  • sloc: ansic: 64,595; sh: 3,133; python: 1,851; makefile: 567
file content (16 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Codecov
on:
  workflow_dispatch:
jobs:
  run:
    runs-on: ubuntu-latest
    steps:
      - name: Fetch
        run: |
          git clone https://github.com/leo-arch/clifm
          cd clifm/misc/codecov
      - name: Upload
        uses: codecov/codecov-action@v1
        with:
           files: ./*.c.gcov
#          files: ./lib.c.gcov