Скрипт для сравнения покрытия кода между двумя lcov.info
отчетами и генерации визуального HTML-отчёта с дельтами по:
- Statements
- Branches
- Functions
- Lines
// SPDX-License-Identifier: MIT | |
pragma solidity >=0.4.22 <0.9.0; | |
library console { | |
address constant CONSOLE_ADDRESS = | |
0x000000000000000000636F6e736F6c652e6c6f67; | |
function _sendLogPayloadImplementation(bytes memory payload) internal view { | |
address consoleAddress = CONSOLE_ADDRESS; | |
/// @solidity memory-safe-assembly |
import 'package:flutter/material.dart'; | |
void main() { | |
runApp(MyApp()); | |
} | |
class MyApp extends StatelessWidget { | |
@override | |
Widget build(BuildContext context) { | |
return MaterialApp( |
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\jikken\jikken.nupkg" checksum="5B716B9A4003FCCA0F9B064962F6B412" /> | |
<file path="C:\ProgramData\chocolatey\lib\jikken\jikken.nuspec" checksum="6C0D45484EFD6B30E63B10B6084720EA" /> | |
<file path="C:\ProgramData\chocolatey\lib\jikken\jk.exe" checksum="7F1A04E0FBD4434E065AF84BDD5F7CAB" /> | |
<file path="C:\ProgramData\chocolatey\lib\jikken\LICENSE.txt" checksum="9531D8FA4AC54C73505B9A05C74A1788" /> | |
<file path="C:\ProgramData\chocolatey\lib\jikken\VERIFICATION.txt" checksum="EA8F44FCDB59DAAB6553700B04586AB5" /> | |
</files> | |
</fileSnapshot> |
if not game:IsLoaded() then | |
game.Loaded:Wait() | |
end | |
local Players = game:GetService("Players") | |
local TeleportService = game:GetService("TeleportService") | |
local LocalPlayer = Players.LocalPlayer | |
-- Tạo GUI | |
local ScreenGui = Instance.new("ScreenGui") |
#!python3 | |
from uuid import UUID | |
from datetime import date | |
# https://github.com/d-fence/frit/blob/master/frit/fritutils/fsprobe.py | |
# https://gist.github.com/sque/dc7a057e66371717e921 | |
# https://en.wikipedia.org/wiki/GUID_Partition_Table | |
# https://github.com/n0fate/raw/blob/master/gpt_parser.py | |
# https://sourceforge.net/u/guikcd93/gptfdisk/ci/master/tree/parttypes.cc#l179 |
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\lutgen-rs\lutgen-0.11.2-x86_64-windows.zip.txt" checksum="387A5F6C6B790DE87ECDEF7D85288322" /> | |
<file path="C:\ProgramData\chocolatey\lib\lutgen-rs\lutgen-rs.nupkg" checksum="3FE4EC1F5BA4095EBF8C53BA6BC50A70" /> | |
<file path="C:\ProgramData\chocolatey\lib\lutgen-rs\lutgen-rs.nuspec" checksum="EC816C270E20E3624661126EAD9B8DE5" /> | |
<file path="C:\ProgramData\chocolatey\lib\lutgen-rs\lutgen.exe" checksum="3B2CF3367F415BE50B4735F490861F51" /> | |
<file path="C:\ProgramData\chocolatey\lib\lutgen-rs\tools\chocolateyinstall.ps1" checksum="F3EB29630AC58BBA313F30E6F3D2ABC1" /> | |
</files> | |
</fileSnapshot> |
Script started on 2025-04-02 07:15:11+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh x86_64-01" <not executed on terminal>] | |
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh | |
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh | |
+ job=x86_64-01 | |
+ neofetch | |
.-/+oossssoo+/-. | |
`:+ssssssssssssssssss+:` | |
-+ssssssssssssssssssyyssss+- | |
.ossssssssssssssssssdMMMNysssso. | |
/ssssssssssshdmmNNmmyNMMMMhssssss/ |
Log uploaded on Wednesday, April 2, 2025, 10:21:12 AM | |
Loaded mods: | |
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0) | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
Camera+(brrainz.cameraplus)[mv:3.2.0.0]: CameraPlus(3.2.0), CrossPromotion(1.1.2) |