-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
570 changed files
with
68,921 additions
and
1,807 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,12 +63,12 @@ jobs: | |
echo "coverage = ${{ steps.jacoco.outputs.coverage }}" | ||
echo "branch coverage = ${{ steps.jacoco.outputs.branches }}" | ||
- name: Commit the badge (if it changed) | ||
run: | | ||
if [[ `git status --porcelain **/jacoco.svg` ]]; then | ||
git config --global user.name 'mattteochen' | ||
git config --global user.email '[email protected]' | ||
git add -A **/jacoco.svg | ||
git commit -m "[Dev] Autogenerated JaCoCo coverage badge" | ||
git push --force https://mattteochen:${{ secrets.BOT_ACTIONS_KEY }}@github.com/mattteochen/IS23-AM10.git | ||
fi | ||
# - name: Commit the badge (if it changed) | ||
# run: | | ||
# if [[ `git status --porcelain **/jacoco.svg` ]]; then | ||
# git config --global user.name 'mattteochen' | ||
# git config --global user.email '[email protected]' | ||
# git add -A **/jacoco.svg | ||
# git commit -m "[Dev] Autogenerated JaCoCo coverage badge" | ||
# git push --force https://mattteochen:${{ secrets.BOT_ACTIONS_KEY }}@github.com/mattteochen/IS23-AM10.git | ||
# fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
deliverables/coverage/jacoco/it.polimi.is23am10.client.userinterface.helpers/ANSICodes.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/><link rel="stylesheet" href="../jacoco-resources/report.css" type="text/css"/><link rel="shortcut icon" href="../jacoco-resources/report.gif" type="image/gif"/><title>ANSICodes</title><script type="text/javascript" src="../jacoco-resources/sort.js"></script></head><body onload="initialSort(['breadcrumb'])"><div class="breadcrumb" id="breadcrumb"><span class="info"><a href="../jacoco-sessions.html" class="el_session">Sessions</a></span><a href="../index.html" class="el_report">is23am10</a> > <a href="index.html" class="el_package">it.polimi.is23am10.client.userinterface.helpers</a> > <span class="el_class">ANSICodes</span></div><h1>ANSICodes</h1><table class="coverage" cellspacing="0" id="coveragetable"><thead><tr><td class="sortable" id="a" onclick="toggleSort(this)">Element</td><td class="down sortable bar" id="b" onclick="toggleSort(this)">Missed Instructions</td><td class="sortable ctr2" id="c" onclick="toggleSort(this)">Cov.</td><td class="sortable bar" id="d" onclick="toggleSort(this)">Missed Branches</td><td class="sortable ctr2" id="e" onclick="toggleSort(this)">Cov.</td><td class="sortable ctr1" id="f" onclick="toggleSort(this)">Missed</td><td class="sortable ctr2" id="g" onclick="toggleSort(this)">Cxty</td><td class="sortable ctr1" id="h" onclick="toggleSort(this)">Missed</td><td class="sortable ctr2" id="i" onclick="toggleSort(this)">Lines</td><td class="sortable ctr1" id="j" onclick="toggleSort(this)">Missed</td><td class="sortable ctr2" id="k" onclick="toggleSort(this)">Methods</td></tr></thead><tfoot><tr><td>Total</td><td class="bar">3 of 3</td><td class="ctr2">0%</td><td class="bar">0 of 0</td><td class="ctr2">n/a</td><td class="ctr1">1</td><td class="ctr2">1</td><td class="ctr1">1</td><td class="ctr2">1</td><td class="ctr1">1</td><td class="ctr2">1</td></tr></tfoot><tbody><tr><td id="a0"><a href="ANSICodes.java.html#L3" class="el_method">ANSICodes()</a></td><td class="bar" id="b0"><img src="../jacoco-resources/redbar.gif" width="120" height="10" title="3" alt="3"/></td><td class="ctr2" id="c0">0%</td><td class="bar" id="d0"/><td class="ctr2" id="e0">n/a</td><td class="ctr1" id="f0">1</td><td class="ctr2" id="g0">1</td><td class="ctr1" id="h0">1</td><td class="ctr2" id="i0">1</td><td class="ctr1" id="j0">1</td><td class="ctr2" id="k0">1</td></tr></tbody></table><div class="footer"><span class="right">Created with <a href="http://www.jacoco.org/jacoco">JaCoCo</a> 0.8.7.202105040129</span></div></body></html> |
78 changes: 78 additions & 0 deletions
78
...ables/coverage/jacoco/it.polimi.is23am10.client.userinterface.helpers/ANSICodes.java.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/><link rel="stylesheet" href="../jacoco-resources/report.css" type="text/css"/><link rel="shortcut icon" href="../jacoco-resources/report.gif" type="image/gif"/><title>ANSICodes.java</title><link rel="stylesheet" href="../jacoco-resources/prettify.css" type="text/css"/><script type="text/javascript" src="../jacoco-resources/prettify.js"></script></head><body onload="window['PR_TAB_WIDTH']=4;prettyPrint()"><div class="breadcrumb" id="breadcrumb"><span class="info"><a href="../jacoco-sessions.html" class="el_session">Sessions</a></span><a href="../index.html" class="el_report">is23am10</a> > <a href="index.source.html" class="el_package">it.polimi.is23am10.client.userinterface.helpers</a> > <span class="el_source">ANSICodes.java</span></div><h1>ANSICodes.java</h1><pre class="source lang-java linenums">package it.polimi.is23am10.client.userinterface.helpers; | ||
|
||
<span class="nc" id="L3">public final class ANSICodes {</span> | ||
|
||
// Reset | ||
public static final String RESET = "\033[0m"; // Text Reset | ||
|
||
// Regular Colors | ||
public static final String BLACK = "\033[0;30m"; // BLACK | ||
public static final String RED = "\033[0;31m"; // RED | ||
public static final String GREEN = "\033[0;32m"; // GREEN | ||
public static final String YELLOW = "\033[0;33m"; // YELLOW | ||
public static final String BLUE = "\033[0;34m"; // BLUE | ||
public static final String PURPLE = "\033[0;35m"; // PURPLE | ||
public static final String CYAN = "\033[0;36m"; // CYAN | ||
public static final String WHITE = "\033[0;37m"; // WHITE | ||
|
||
// Bold | ||
public static final String BLACK_BOLD = "\033[1;30m"; // BLACK | ||
public static final String RED_BOLD = "\033[1;31m"; // RED | ||
public static final String GREEN_BOLD = "\033[1;32m"; // GREEN | ||
public static final String YELLOW_BOLD = "\033[1;33m"; // YELLOW | ||
public static final String BLUE_BOLD = "\033[1;34m"; // BLUE | ||
public static final String PURPLE_BOLD = "\033[1;35m"; // PURPLE | ||
public static final String CYAN_BOLD = "\033[1;36m"; // CYAN | ||
public static final String WHITE_BOLD = "\033[1;37m"; // WHITE | ||
|
||
// Underline | ||
public static final String BLACK_UNDERLINED = "\033[4;30m"; // BLACK | ||
public static final String RED_UNDERLINED = "\033[4;31m"; // RED | ||
public static final String GREEN_UNDERLINED = "\033[4;32m"; // GREEN | ||
public static final String YELLOW_UNDERLINED = "\033[4;33m"; // YELLOW | ||
public static final String BLUE_UNDERLINED = "\033[4;34m"; // BLUE | ||
public static final String PURPLE_UNDERLINED = "\033[4;35m"; // PURPLE | ||
public static final String CYAN_UNDERLINED = "\033[4;36m"; // CYAN | ||
public static final String WHITE_UNDERLINED = "\033[4;37m"; // WHITE | ||
|
||
// Background | ||
public static final String BLACK_BACKGROUND = "\033[40m"; // BLACK | ||
public static final String RED_BACKGROUND = "\033[41m"; // RED | ||
public static final String GREEN_BACKGROUND = "\033[42m"; // GREEN | ||
public static final String YELLOW_BACKGROUND = "\033[43m"; // YELLOW | ||
public static final String BLUE_BACKGROUND = "\033[44m"; // BLUE | ||
public static final String PURPLE_BACKGROUND = "\033[45m"; // PURPLE | ||
public static final String CYAN_BACKGROUND = "\033[46m"; // CYAN | ||
public static final String WHITE_BACKGROUND = "\033[47m"; // WHITE | ||
|
||
// High Intensity | ||
public static final String BLACK_BRIGHT = "\033[0;90m"; // BLACK | ||
public static final String RED_BRIGHT = "\033[0;91m"; // RED | ||
public static final String GREEN_BRIGHT = "\033[0;92m"; // GREEN | ||
public static final String YELLOW_BRIGHT = "\033[0;93m"; // YELLOW | ||
public static final String BLUE_BRIGHT = "\033[0;94m"; // BLUE | ||
public static final String PURPLE_BRIGHT = "\033[0;95m"; // PURPLE | ||
public static final String CYAN_BRIGHT = "\033[0;96m"; // CYAN | ||
public static final String WHITE_BRIGHT = "\033[0;97m"; // WHITE | ||
|
||
// Bold High Intensity | ||
public static final String BLACK_BOLD_BRIGHT = "\033[1;90m"; // BLACK | ||
public static final String RED_BOLD_BRIGHT = "\033[1;91m"; // RED | ||
public static final String GREEN_BOLD_BRIGHT = "\033[1;92m"; // GREEN | ||
public static final String YELLOW_BOLD_BRIGHT = "\033[1;93m";// YELLOW | ||
public static final String BLUE_BOLD_BRIGHT = "\033[1;94m"; // BLUE | ||
public static final String PURPLE_BOLD_BRIGHT = "\033[1;95m";// PURPLE | ||
public static final String CYAN_BOLD_BRIGHT = "\033[1;96m"; // CYAN | ||
public static final String WHITE_BOLD_BRIGHT = "\033[1;97m"; // WHITE | ||
|
||
// High Intensity backgrounds | ||
public static final String BLACK_BACKGROUND_BRIGHT = "\033[0;100m";// BLACK | ||
public static final String RED_BACKGROUND_BRIGHT = "\033[0;101m";// RED | ||
public static final String GREEN_BACKGROUND_BRIGHT = "\033[0;102m";// GREEN | ||
public static final String YELLOW_BACKGROUND_BRIGHT = "\033[0;103m";// YELLOW | ||
public static final String BLUE_BACKGROUND_BRIGHT = "\033[0;104m";// BLUE | ||
public static final String PURPLE_BACKGROUND_BRIGHT = "\033[0;105m"; // PURPLE | ||
public static final String CYAN_BACKGROUND_BRIGHT = "\033[0;106m"; // CYAN | ||
public static final String WHITE_BACKGROUND_BRIGHT = "\033[0;107m"; // WHITE | ||
} | ||
</pre><div class="footer"><span class="right">Created with <a href="http://www.jacoco.org/jacoco">JaCoCo</a> 0.8.7.202105040129</span></div></body></html> |
1 change: 1 addition & 0 deletions
1
deliverables/coverage/jacoco/it.polimi.is23am10.client.userinterface.helpers/CLIStrings.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/><link rel="stylesheet" href="../jacoco-resources/report.css" type="text/css"/><link rel="shortcut icon" href="../jacoco-resources/report.gif" type="image/gif"/><title>CLIStrings</title><script type="text/javascript" src="../jacoco-resources/sort.js"></script></head><body onload="initialSort(['breadcrumb'])"><div class="breadcrumb" id="breadcrumb"><span class="info"><a href="../jacoco-sessions.html" class="el_session">Sessions</a></span><a href="../index.html" class="el_report">is23am10</a> > <a href="index.html" class="el_package">it.polimi.is23am10.client.userinterface.helpers</a> > <span class="el_class">CLIStrings</span></div><h1>CLIStrings</h1><table class="coverage" cellspacing="0" id="coveragetable"><thead><tr><td class="sortable" id="a" onclick="toggleSort(this)">Element</td><td class="down sortable bar" id="b" onclick="toggleSort(this)">Missed Instructions</td><td class="sortable ctr2" id="c" onclick="toggleSort(this)">Cov.</td><td class="sortable bar" id="d" onclick="toggleSort(this)">Missed Branches</td><td class="sortable ctr2" id="e" onclick="toggleSort(this)">Cov.</td><td class="sortable ctr1" id="f" onclick="toggleSort(this)">Missed</td><td class="sortable ctr2" id="g" onclick="toggleSort(this)">Cxty</td><td class="sortable ctr1" id="h" onclick="toggleSort(this)">Missed</td><td class="sortable ctr2" id="i" onclick="toggleSort(this)">Lines</td><td class="sortable ctr1" id="j" onclick="toggleSort(this)">Missed</td><td class="sortable ctr2" id="k" onclick="toggleSort(this)">Methods</td></tr></thead><tfoot><tr><td>Total</td><td class="bar">3 of 133</td><td class="ctr2">97%</td><td class="bar">0 of 0</td><td class="ctr2">n/a</td><td class="ctr1">1</td><td class="ctr2">2</td><td class="ctr1">1</td><td class="ctr2">22</td><td class="ctr1">1</td><td class="ctr2">2</td></tr></tfoot><tbody><tr><td id="a0"><a href="CLIStrings.java.html#L14" class="el_method">CLIStrings()</a></td><td class="bar" id="b0"><img src="../jacoco-resources/redbar.gif" width="2" height="10" title="3" alt="3"/></td><td class="ctr2" id="c1">0%</td><td class="bar" id="d0"/><td class="ctr2" id="e0">n/a</td><td class="ctr1" id="f0">1</td><td class="ctr2" id="g0">1</td><td class="ctr1" id="h0">1</td><td class="ctr2" id="i1">1</td><td class="ctr1" id="j0">1</td><td class="ctr2" id="k0">1</td></tr><tr><td id="a1"><a href="CLIStrings.java.html#L61" class="el_method">static {...}</a></td><td class="bar" id="b1"><img src="../jacoco-resources/greenbar.gif" width="120" height="10" title="130" alt="130"/></td><td class="ctr2" id="c0">100%</td><td class="bar" id="d1"/><td class="ctr2" id="e1">n/a</td><td class="ctr1" id="f1">0</td><td class="ctr2" id="g1">1</td><td class="ctr1" id="h1">0</td><td class="ctr2" id="i0">21</td><td class="ctr1" id="j1">0</td><td class="ctr2" id="k1">1</td></tr></tbody></table><div class="footer"><span class="right">Created with <a href="http://www.jacoco.org/jacoco">JaCoCo</a> 0.8.7.202105040129</span></div></body></html> |
Oops, something went wrong.