Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from ubiquibot/main
Browse files Browse the repository at this point in the history
Merge main into develop
  • Loading branch information
gentlementlegen authored May 3, 2024
2 parents ebc0483 + d3c6173 commit 5948b95
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
name: publish-package
name: Publish Package

on:
workflow_dispatch:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: node
package-name: @ubiquibot/configuration
package-name: "@ubiquibot/configuration"
default-branch: main
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

1 comment on commit 5948b95

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 91%
91.08% (143/157) 53.12% (17/32) 73.68% (14/19)

JUnit

Tests Skipped Failures Errors Time
3 0 💤 0 ❌ 0 🔥 5.872s ⏱️
Coverage Report (91%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files91.0853.1273.6891.44 
   .github100100100100 
   .ubiquibot-config.yml100100100100 
src100100100100 
   index.ts100100100100 
src/types94.59808094.59 
   configuration-types.ts93.93808093.9340, 44
   index.ts100100100100 
   valid-html-elements.ts100100100100 
src/types/configuration90.7418.1866.6690.56 
   comment-types.ts100100100100 
   common-incentive-config-type.ts100100100100 
   content-evaluator-config.ts100100100100 
   data-purge-config.ts100100100100 
   formatting-evaluator-config.ts100100100100 
   github-comment-config.ts100100100100 
   index.ts100100100100 
   permit-generation-configuration.ts100100100100 
   plugin-configuration.ts58.33033.3358.3317–29
   user-extractor-config.ts100100100100 
   webhook-events.ts100100100100 
src/utils88.8868.757589.83 
   ajv.ts100100100100 
   generate-configuration.ts87.9368.757588.8811–17, 33–34
   index.ts100100100100 

Please sign in to comment.