We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faa81ba + 1a444d6 commit 38319cdCopy full SHA for 38319cd
.github/workflows/c-cpp.yml
@@ -35,10 +35,10 @@ jobs:
35
run: ./configure --with-raw --with-pcap --with-nemea --with-gtest --enable-debug CXXFLAGS=-coverage CFLAGS=-coverage LDFLAGS=-lgcov
36
- name: rebuild and check
37
run: make clean; make check
38
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v3
39
with:
40
flags: tests # optional
41
name: ipfixprobe # optional
42
fail_ci_if_error: true # optional (default = false)
43
- verbose: true # optional (default = false)
44
-
+ verbose: true
+ gcov: true
init/ipfixprobed
@@ -1,4 +1,4 @@
1
-#!/usr/bin/bash
+#!/bin/bash
2
3
CONFFILE="/etc/ipfixprobe/$1.conf"
4
0 commit comments