Skip to content

Commit 1b74ff5

Browse files
authored
Merge pull request #10 from arbCoding/devel
The single new line added that is missing test-coverage is in the azimuth function, when an azimuth value is above 360 degrees is subtracts 360 degrees. Can improve testing to make sure it is better covered in the future.
2 parents 2798bde + 0111ddf commit 1b74ff5

22 files changed

Lines changed: 278 additions & 103 deletions

.github/workflows/cmake-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: macOS 13
1+
name: macOS
22

33
on:
44
push:
5-
branches: ["devel"]
5+
branches: ["main"]
66
pull_request:
77
branches: ["main"]
88

.github/workflows/cmake-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Ubuntu 22.04
1+
name: Ubuntu
22

33
on:
44
push:
5-
branches: ["devel"]
5+
branches: ["main"]
66
pull_request:
77
branches: ["main"]
88

.github/workflows/cmake-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Windows 2022
1+
name: Windows
22

33
on:
44
push:
5-
branches: ["devel"]
5+
branches: ["main"]
66
pull_request:
77
branches: ["main"]
88

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cpp-linter
22

33
on:
44
push:
5-
branches: ["devel"]
5+
branches: ["main"]
66
pull_request:
77
branches: ["main"]
88

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ coverage/*
7272

7373
# Infer
7474
infer-out/*
75+
76+
# minted
77+
**/_minted-index/*

.inferconfig

Lines changed: 0 additions & 5 deletions
This file was deleted.

.shellcheck.yaml

Whitespace-only changes.

.shellcheckrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Allow 'ls -1 | grep'
2+
# I'm looking for a specific file with an alphanumeric name
3+
disable=SC2010

README.org

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
[[https://github.com/arbCoding/sac-format/actions/workflows/cmake-windows.yml][https://github.com/arbCoding/sac-format/actions/workflows/cmake-windows.yml/badge.svg]]
1515
[[https://github.com/arbCoding/sac-format/actions/workflows/cmake-ubuntu.yml][https://github.com/arbCoding/sac-format/actions/workflows/cmake-ubuntu.yml/badge.svg]]
1616
[[https://github.com/arbCoding/sac-format/actions/workflows/cmake-macos.yml][https://github.com/arbCoding/sac-format/actions/workflows/cmake-macos.yml/badge.svg]]
17-
[[https://app.codecov.io/gh/arbCoding/sac-format/tree/devel][https://codecov.io/gh/arbCoding/sac-format/graph/badge.svg]]
17+
[[https://app.codecov.io/gh/arbCoding/sac-format][https://codecov.io/gh/arbCoding/sac-format/graph/badge.svg]]
1818
@@html:<img alt="Lines of code" src="https://tokei.rs/b1/github/arbCoding/sac-format?category=code">@@
1919
@@html:<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/arbCoding/sac-format">@@
2020
@@html:<img alt="Codacy grade" src="https://img.shields.io/codacy/grade/870db5c2793a48df9ed98e942a08fc9e">@@
21+
@@html:<img src="https://www.codefactor.io/repository/github/arbcoding/sac-format/badge">@@
2122
[[https://github.com/arbCoding/sac-format/actions/workflows/cpp-linter.yml][https://github.com/arbCoding/sac-format/actions/workflows/cpp-linter.yml/badge.svg]]
2223

2324
sac-format is a single-header, statically linked library for reading binary

docs/index.html

Lines changed: 51 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)