Skip to content

Commit

Permalink
Remove Travis and stuff (#5)
Browse files Browse the repository at this point in the history
* Remove Travis and stuff

Maybe run Sonar in GitHub Actions in the future

* Fix dependabot

* Use default scanner instead
  • Loading branch information
twogood authored Nov 14, 2024
1 parent c573d8c commit 6a4e0d6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 102 deletions.
9 changes: 2 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "weekly"
groups:
Expand Down
71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: .NET

on:
push:
branches: [ main, master ]
branches: [ main ]
pull_request:
branches: [ main, master ]
branches: [ main ]

jobs:
build:
Expand Down
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 David Eriksson
Copyright (c) 2018-2024 David Eriksson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Activout Database Client
Create a database client only by defining the C# interface you want. Uses Dapper for object mapping.
[![Build Status](https://travis-ci.com/twogood/Activout.DatabaseClient.svg?branch=master)](https://travis-ci.com/twogood/Activout.DatabaseClient)
[![SonarCloud](https://sonarcloud.io/api/project_badges/measure?project=Activout.DatabaseClient&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=Activout.DatabaseClient)
[![NuGet Badge](https://buildstats.info/nuget/Activout.DatabaseClient)](https://www.nuget.org/packages/Activout.DatabaseClient/)

Create a Database Access Object (DAO) defining the C# interface you want and writing the SQL query.
*Shamelessly inspired by [Jdbi Declarative API](http://jdbi.org/#_declarative_api).*
Expand Down

0 comments on commit 6a4e0d6

Please sign in to comment.