Skip to content

Commit 38319cd

Browse files
authored
Merge pull request #116 from CESNET/cejkato2-patch-1 codecov action fixed
ipfixprobed: replaced shebang, fixed codecov action
2 parents faa81ba + 1a444d6 commit 38319cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
run: ./configure --with-raw --with-pcap --with-nemea --with-gtest --enable-debug CXXFLAGS=-coverage CFLAGS=-coverage LDFLAGS=-lgcov
3636
- name: rebuild and check
3737
run: make clean; make check
38-
- uses: codecov/codecov-action@v1
38+
- uses: codecov/codecov-action@v3
3939
with:
4040
flags: tests # optional
4141
name: ipfixprobe # optional
4242
fail_ci_if_error: true # optional (default = false)
43-
verbose: true # optional (default = false)
44-
43+
verbose: true
44+
gcov: true

init/ipfixprobed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash
1+
#!/bin/bash
22

33
CONFFILE="/etc/ipfixprobe/$1.conf"
44

0 commit comments

Comments
 (0)