Commit graph

67 commits

Author SHA1 Message Date
83c67b33be
Add codecov configuration file and simplify coverage profile generation
A codecov.yml configuration file has been added to specify the coverage target and other codecov settings. The CI pipeline has also been streamlined to directly generate the coverage profile without using grep for filtering ignored code paths. This makes it easier to understand and maintain the testing and coverage reporting process.
2024-03-14 10:35:43 +01:00
aae55baa1d
Refine coverage profile generation in CI pipeline
The codecov workflow in the CI pipeline has been adjusted to produce more accurate coverage profiles. Previously covered but now-ignored code has been removed from the coverage profile by filtering out desired patterns with 'grep'.
2024-03-14 10:28:40 +01:00
451a70f2b9
Create codeql.yml 2024-03-14 10:18:34 +01:00
b8b33e86af
Remove deprecated codeQL workflow 2024-03-14 10:09:31 +01:00
c866d0775f
Create Codecov workflow for Go project
Added a new workflow in '.github/workflows/codecov.yml' that runs on all three OS: Ubuntu, MacOS, and Windows with '1.22' version of Go. This workflow performs a test coverage check and then uploads the coverage data to Codecov. The workflow is activated on every 'push' or 'pull request' to the 'main' branch.
2024-03-14 09:47:13 +01:00
79f921f9ad
Add .gitgnore and SPDX headers in several files
This commit introduces the .gitignore configuration file and adds SPDX headers to several files including test and documentation files. The headers provide license information in a standardized format which can be easily picked up by automated tools for license compliance checks. Additionally, it deleted a .idea/.gitignore file, which is a project specific IDE configuration file not necessary for the repository. It also introduced a README.md file providing more insightful information about the project.
2024-03-12 20:59:07 +01:00
75a114a552
Update docker-publish.yml
It was configured for dockerhub
2022-05-12 10:04:48 +02:00
30d3b3a4ec
Update docker-publish.yml
Switch to multi-platform build exmpale from
https://github.com/docker/build-push-action/blob/master/docs/advanced/multi-platform.md
2022-05-12 10:02:20 +02:00
bc78ac26df
Update docker-publish.yml 2022-05-12 09:58:24 +02:00
3ec96c204e
Update docker-publish.yml
Docker failed
2022-05-12 09:56:17 +02:00
077259fa10
Update docker-publish.yml
Testing multiplatform support for docker images
2022-05-12 09:49:10 +02:00
6b12f0f5cc
Update release-linux.yml 2022-05-11 15:13:11 +02:00
1da014c5dd
Update release-darwin.yml 2022-05-11 15:12:58 +02:00
5a6af71c17
Update release-bsd.yml 2022-05-11 15:12:22 +02:00
19f53a157d
Update release-windows.yml
Update go-release action to v1.26
2022-05-11 15:08:43 +02:00
53e1f61518
Create docker-publish.yml 2022-05-11 14:54:24 +02:00
e54a981692
Create sonarqube.yml 2022-04-12 20:01:09 +02:00
f97bd654f8
Update FUNDING.yml 2022-04-03 12:41:57 +02:00
9196d74613
Update FUNDING.yml 2022-04-02 13:13:00 +02:00
ef21e228e8
Create dependabot.yml 2021-09-23 21:24:14 +02:00
e08d96422f
Update release-darwin.yml 2021-09-23 20:03:34 +02:00
9bff95d97d
Update release-windows.yml 2021-09-23 19:59:56 +02:00
15694ac554
Update release-linux.yml 2021-09-23 19:59:37 +02:00
0d63936bd7
Update release-darwin.yml 2021-09-23 19:59:22 +02:00
781a781633
Update release-windows.yml 2021-09-23 19:56:26 +02:00
0b621ea5d1
Update release-linux.yml 2021-09-23 19:56:13 +02:00
abda130f19
Update release-darwin.yml 2021-09-23 19:56:01 +02:00
206819fb53
Update release-bsd.yml 2021-09-23 19:52:56 +02:00
8e72950c9c
Update release-bsd.yml 2021-09-23 19:47:59 +02:00
af3b2044da
Update release-bsd.yml 2021-09-23 19:45:15 +02:00
5e922caa9d
Update release-bsd.yml 2021-09-23 19:34:40 +02:00
ed9e31e706
Update release-bsd.yml 2021-09-23 19:31:24 +02:00
3c1e61f64b
Delete go.yml
Replaced with CirrusCI
2021-09-23 09:46:43 +02:00
81f15c4ef2
Merge pull request #31 from wneessen/cmd_refactor
Separate CLI app from library functions
2021-09-23 09:45:03 +02:00
2cc4ec8e1b
Update go.yml 2021-09-23 09:34:16 +02:00
30326b46d5
Update go.yml 2021-09-23 09:33:15 +02:00
abc16cac15
Create FUNDING.yml 2021-09-22 17:41:33 +02:00
61f37d16bb
Update go.yml 2021-04-17 11:09:04 +02:00
68832df1ed
Update go.yml 2021-04-17 11:06:40 +02:00
6e624b8e3c Update issue templates 2021-04-03 16:01:48 +02:00
54424298c6
Update go.yml 2021-03-26 14:30:43 +01:00
956574cf4a
Update go.yml 2021-03-21 16:15:56 +01:00
528ffbf34e
Update go.yml 2021-03-21 16:13:51 +01:00
359bd08a80
Update go.yml 2021-03-21 15:43:42 +01:00
4321a6e25e
Update go.yml 2021-03-21 15:41:44 +01:00
d7a2db75c8
Update go.yml 2021-03-21 15:33:21 +01:00
3a87ae7829
Update go.yml 2021-03-21 13:57:57 +01:00
a77279fde8
Update release-darwin.yml 2021-03-20 20:00:29 +01:00
f2fbfb1a69
Update release-windows.yml 2021-03-20 19:58:37 +01:00
b3600c8347
Update release-linux.yml 2021-03-20 19:58:24 +01:00