Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #13 from SerpenTaki/SerpenTaki-patch-1
Browse files Browse the repository at this point in the history
Serpen taki patch 1
  • Loading branch information
SerpenTaki authored May 17, 2024
2 parents 8b47f39 + 879dd8f commit 1819e25
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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)
[![codecov](https://codecov.io/gh/SerpenTaki/Assignment2/graph/badge.svg?token=50F7S44GCC)](https://codecov.io/gh/SerpenTaki/Assignment2)

---

0 comments on commit 1819e25

Please sign in to comment.