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 dd3cd88 commit 9eac0ebCopy full SHA for 9eac0eb
.github/workflows/c-cpp.yml
@@ -35,7 +35,7 @@ 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@v3
+ - uses: codecov/codecov-action@v4
39
with:
40
flags: tests # optional
41
name: ipfixprobe # optional
0 commit comments