diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..4c5131a --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,16 @@ +# +# This source file is part of the StanfordBDHG Template Application project +# +# SPDX-FileCopyrightText: 2023 Stanford University +# +# SPDX-License-Identifier: MIT +# + +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Schmiedmayer" + given-names: "Paul" + orcid: "https://orcid.org/0000-0002-8607-9148" +title: "TemplateApplication" +url: "https://github.com/StanfordBDHG/TemplateApplication" diff --git a/README.md b/README.md index ebd9b10..84c57df 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ SPDX-License-Identifier: MIT # Template Application +[![Build and Test](https://github.com/StanfordBDHG/TemplateApplication/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/StanfordBDHG/TemplateApplication/actions/workflows/build-and-test.yml) +[![codecov](https://codecov.io/gh/StanfordBDHG/Template-Application/branch/main/graph/badge.svg?token=ezY7o5Trsk)](https://codecov.io/gh/StanfordBDHG/Template-Application) + This repository contains the StanfordBDHG Template Application. It serves as a template repository for projects requiering a mobile application using a continous integration and continous delivery setup. ## Continous Delivery Workflows diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..8cde096 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +# +# This source file is part of the StanfordBDHG Template Application project +# +# SPDX-FileCopyrightText: 2023 Stanford University +# +# SPDX-License-Identifier: MIT +# + +ignore: +- TemplateApplicationUITests +- TemplateApplicationTests