File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
51
51
- uses : actions/checkout@v4
52
52
with :
53
- ref : pvt-devel
53
+ ref : main
54
54
55
55
- name : Install CMake and Ninja
56
56
uses : lukka/get-cmake@latest
Original file line number Diff line number Diff line change 23
23
24
24
- uses : actions/checkout@v4
25
25
with :
26
- ref : pvt-devel
26
+ ref : main
27
27
28
28
- name : Install gcovr
29
29
run : pip install gcovr
Original file line number Diff line number Diff line change 1
1
# AutoDiff: automatic differentiation framework for C++
2
2
3
- [ ![ CI Builds] ( https://github.com/krippner/pvt- auto-diff/actions/workflows/ci.yml/badge.svg )] ( https://github.com/krippner/pvt- auto-diff/actions/workflows/ci.yml )
4
- [ ![ Code Coverage] ( https://img.shields.io/badge/Code_Coverage-99%25-green )] ( https://coveralls.io/github/krippner/auto-diff?branch=master )
3
+ [ ![ CI Builds] ( https://github.com/krippner/auto-diff/actions/workflows/ci.yml/badge.svg )] ( https://github.com/krippner/auto-diff/actions/workflows/ci.yml )
4
+ <!-- [](https://coveralls.io/github/krippner/auto-diff?branch=master) -->
5
5
<!-- [](https://coveralls.io/github/zeromq/cppzmq?branch=master) -->
6
6
<!--  -->
7
7
You can’t perform that action at this time.
0 commit comments