• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jas88 / TypeGuesser / 19200189822
90%

Build:
DEFAULT BRANCH: main
Ran 08 Nov 2025 11:37PM UTC
Jobs 1
Files 24
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Nov 2025 11:35PM UTC coverage: 74.35%. Remained the same
19200189822

push

github

web-flow
Combine CodeQL and build workflows, add contents:write permission (#12)

## Summary
- Merge CodeQL analysis steps back into the main dotnet.yml workflow
- Remove separate codeql.yml file that was causing the split
- Add job-level permissions including contents:write required for
release uploads
- Fix NUGET_KEY reference to NUGET_API_KEY
- Fix matrix.language reference to hardcoded csharp value

## Changes
- Combined both workflows into single dotnet.yml file (restoring
functionality from commit 92a6d03)
- Added proper permissions: actions: read, contents: write,
security-events: write
- Removed redundant separate codeql.yml workflow
- Updated secret key name for NuGet publishing

## Test plan
- [ ] Verify workflow runs successfully on push
- [ ] Confirm CodeQL analysis executes and uploads SARIF results
- [ ] Test release artifact uploads work with contents:write permission
- [ ] Validate NuGet package publishing on tags

## High-level PR Summary
This PR consolidates the CodeQL security analysis workflow into the main
dotnet build workflow by removing the separate `codeql.yml` file and
merging its steps into `dotnet.yml`. It also adds necessary permissions
(`actions:read`, `contents:write`, `security-events:write`) at the job
level to support release uploads and security scanning, and fixes the
NuGet API key secret reference from `NUGET_KEY` to `NUGET_API_KEY`. The
language reference was also hardcoded from a matrix variable to `csharp`
since only a single language is being analyzed.

351 of 484 branches covered (72.52%)

Branch coverage included in aggregate %.

994 of 1325 relevant lines covered (75.02%)

202275.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19200189822.1 08 Nov 2025 11:37PM UTC 24
74.35
GitHub Action Run
Source Files on build 19200189822
  • Tree
  • List 24
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #19200189822
  • 33118df0 on github
  • Prev Build on main (#19198053889)
  • Next Build on main (#19211998672)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc