Commit Graph

9 Commits

Author SHA1 Message Date
argoyle f4f53c4d9f ci: add code coverage reporting to CI pipeline
Update code coverage file handling in the Dockerfile to generate 
coverage reports properly. Change temporary coverage file name and 
exclude specific files from the report. Remove the temporary file 
after processing. Add steps to the CI pipeline to download and 
execute the Codecov uploader, ensuring coverage data is uploaded 
for analysis during the build stage.
2025-11-04 21:39:07 +01:00
argoyle b18b2de6af feat(ci): add external CI template for better configuration
Includes the external CI template from unboundsoftware to enhance 
the CI configuration. This change streamlines the setup process 
and maintains consistency across projects.
2025-10-23 16:30:42 +02:00
argoyle e459365ea3 fix(ci): remove unnecessary docker service from CI config
Removes the unused docker service definition from the CI 
configuration file to simplify the pipeline setup and 
reduce resource consumption during the build stage.
2024-12-12 09:54:45 +01:00
argoyle a7880a7a99 chore(ci): remove unnecessary Docker variables from CI config
Eliminate redundant Docker variables in the CI configuration to 
streamline the process. This simplifies the configuration file, 
ensuring clarity and reducing potential points of failure in the 
pipeline.
2024-12-05 09:03:01 +01:00
argoyle 8f291dc2ba ci: use Docker DinD version from variable 2023-02-09 08:11:00 +01:00
argoyle e35d581bd4 ci: add workflows 2021-11-04 21:31:20 +01:00
argoyle df1f906847 chore: use buildtools version from env 2021-04-06 13:51:00 +02:00
argoyle 61f856f52a chore: update to latest build-tools 2020-02-09 16:48:49 +01:00
argoyle 3aaa69175c feat: initial version 2020-02-07 21:02:17 +01:00