From c667826591e4934811e30cb7b9b5b137033aa967 Mon Sep 17 00:00:00 2001 From: JohannesFriedrich Date: Tue, 16 Apr 2024 18:53:48 +0200 Subject: [PATCH] use ci.yaml as suggested --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/workflows/ci.yaml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..c17cf4d --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,5 @@ +- name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: JohannesFriedrich/qoi4R