From fe45ed0da1517929a0ce3b8dc26bb382836e84c1 Mon Sep 17 00:00:00 2001 From: Gabriele Di Pietro <137444679+SerpenTaki@users.noreply.github.com> Date: Thu, 16 May 2024 23:37:11 +0200 Subject: [PATCH 1/4] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d298df8 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Assignment 2 +Gabriele Di Pietro 2010000 +Elio Greggio 2012831 +--- From 7bbcc0281051ad881edade93a99507aa903c4b02 Mon Sep 17 00:00:00 2001 From: Gabriele Di Pietro <137444679+SerpenTaki@users.noreply.github.com> Date: Fri, 17 May 2024 14:59:45 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d298df8..8feee13 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Assignment 2 Gabriele Di Pietro 2010000 Elio Greggio 2012831 + +[![Checkstyle](https://img.shields.io/badge/checkstyle-passing-brightgreen)](https://github.com/SerpenTaki/Assignment2/blob/main/target/site/checkstyle.html) +[![Coverage](https://img.shields.io/badge/coverage-85%25-green)](https://github.com/SerpenTaki/Assignment2/blob/main/target/site/jacoco/index.html) + --- From 83399bac245fcf1686e4ecbe0d968d8ceb1744a1 Mon Sep 17 00:00:00 2001 From: Gabriele Di Pietro <137444679+SerpenTaki@users.noreply.github.com> Date: Fri, 17 May 2024 15:09:15 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8feee13..e395aa5 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,6 @@ Elio Greggio 2012831 [![Checkstyle](https://img.shields.io/badge/checkstyle-passing-brightgreen)](https://github.com/SerpenTaki/Assignment2/blob/main/target/site/checkstyle.html) [![Coverage](https://img.shields.io/badge/coverage-85%25-green)](https://github.com/SerpenTaki/Assignment2/blob/main/target/site/jacoco/index.html) +[![codecov](https://codecov.io/gh/SerpenTaki/Assignment2/graph/badge.svg?token=50F7S44GCC)](https://codecov.io/gh/SerpenTaki/Assignment2) --- From 879dd8fabe004ea6d9045e0690b6970b7c361494 Mon Sep 17 00:00:00 2001 From: Gabriele Di Pietro <137444679+SerpenTaki@users.noreply.github.com> Date: Fri, 17 May 2024 15:13:25 +0200 Subject: [PATCH 4/4] Update main.yml --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88d9ee1..f2933ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,3 +20,7 @@ jobs: ${{ runner.os }}-maven- - name: Build with Maven run: mvn -B install --file pom.xml + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }}