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.
1 parent 38e5867 commit 0e404e4Copy full SHA for 0e404e4
.github/workflows/c-cpp.yml
@@ -35,10 +35,9 @@ 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
-
0 commit comments