Skip to content

Commit b676e25

Browse files
committed
chore: Update branch name in CI workflow
1 parent 4992558 commit b676e25

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- uses: actions/checkout@v4
5252
with:
53-
ref: pvt-devel
53+
ref: main
5454

5555
- name: Install CMake and Ninja
5656
uses: lukka/get-cmake@latest

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/checkout@v4
2525
with:
26-
ref: pvt-devel
26+
ref: main
2727

2828
- name: Install gcovr
2929
run: pip install gcovr

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AutoDiff: automatic differentiation framework for C++
22

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+
<!-- [![Code Coverage](https://img.shields.io/badge/Code_Coverage-99%25-green)](https://coveralls.io/github/krippner/auto-diff?branch=master) -->
55
<!-- [![Coverage](https://coveralls.io/repos/github/zeromq/cppzmq/badge.svg?branch=master)](https://coveralls.io/github/zeromq/cppzmq?branch=master) -->
66
<!-- ![License](https://img.shields.io/github/license/krippner/auto-diff) -->
77

0 commit comments

Comments
 (0)